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 PayloadingCtrl : BaseCtrl
{
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public class PayloadingModel : BaseModel
{
@@ -1,12 +1,12 @@
using DG.Tweening;
namespace FlowerPower
namespace LoveLegend
{
public class PayloadingUI : BaseUI
{
private PayloadingUICtrl ctrl;
private PayloadingModel model;
private FGUI.P06_Hall.com_payloading ui;
private FGUI.ZM_Lobby_03.com_payloading ui;
private int times = 5;
public PayloadingUI(PayloadingUICtrl ctrl) : base(ctrl)
@@ -17,9 +17,9 @@ namespace FlowerPower
protected override void SetUIInfo(UIInfo uiInfo)
{
uiInfo.packageName = "P06_Hall";
uiInfo.packageName = "ZM_Lobby_03";
uiInfo.assetName = "com_payloading";
uiInfo.layerType = UILayerType.Popup;
uiInfo.layerType = UILayerType.Tips;
uiInfo.isNeedOpenAnim = false;
uiInfo.isNeedCloseAnim = false;
uiInfo.isNeedUIMask = false;
@@ -37,7 +37,7 @@ namespace FlowerPower
protected override void OnBind()
{
ui = baseUI as FGUI.P06_Hall.com_payloading;
ui = baseUI as FGUI.ZM_Lobby_03.com_payloading;
}
protected override void OnOpenBefore(object args)
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public class PayloadingUICtrl : BaseUICtrl
{