fix:1、更换项目,使用winter来创建

This commit is contained in:
2026-04-22 11:13:16 +08:00
parent 173cfb2dc9
commit 83ff9f71ad
7375 changed files with 209752 additions and 157557 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
namespace FlowerPower
namespace LoveLegend
{
using FGUI.PC_Tips;
using FGUI.ZM_Toast_23;
// using FGUI.SC001_Tips;
public class JoastUI : BaseUI
{
private JoastUICtrl ctrl;
private JoastModel model;
private FGUI.PC_Tips.com_tips ui;
private FGUI.ZM_Toast_23.com_tips ui;
public JoastUI(JoastUICtrl ctrl) : base(ctrl)
{
@@ -17,7 +17,7 @@ namespace FlowerPower
protected override void SetUIInfo(UIInfo uiInfo)
{
uiInfo.packageName = "PC_Tips";
uiInfo.packageName = "ZM_Toast_23";
uiInfo.assetName = "com_tips";
uiInfo.layerType = UILayerType.Tips;
uiInfo.isNeedOpenAnim = false;