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
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public class NetLoadingCtrl : BaseCtrl
{
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public class NetLoadingModel : BaseModel
{
@@ -1,12 +1,12 @@
using FairyGUI;
namespace FlowerPower
namespace LoveLegend
{
public class NetLoadingUI : BaseUI
{
private NetLoadingUICtrl ctrl;
private NetLoadingModel model;
private FGUI.PC_NetIdle.com_Netidle ui;
private FGUI.ZM_NetIdle_22.com_Netidle ui;
public NetLoadingUI(NetLoadingUICtrl ctrl) : base(ctrl)
{
@@ -16,7 +16,7 @@ namespace FlowerPower
protected override void SetUIInfo(UIInfo uiInfo)
{
uiInfo.packageName = "PC_NetIdle";
uiInfo.packageName = "ZM_NetIdle_22";
uiInfo.assetName = "com_Netidle";
uiInfo.layerType = UILayerType.Loading;
uiInfo.isNeedOpenAnim = false;
@@ -38,7 +38,7 @@ namespace FlowerPower
protected override void OnBind()
{
ui = baseUI as FGUI.PC_NetIdle.com_Netidle;
ui = baseUI as FGUI.ZM_NetIdle_22.com_Netidle;
}
protected override void OnOpenBefore(object args)
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public class NetLoadingUICtrl : BaseUICtrl
{