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
+27 -15
View File
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public static class CtrlConst
{
@@ -7,6 +7,7 @@ namespace FlowerPower
public const string FXWndCtrl = "FXWndCtrl";
public const string JoastCtrl = "JoastCtrl";
public const string MenuCtrl = "MenuCtrl";
public const string LanguageViewCtrl = "LanguageViewCtrl";
public const string NetLoadingCtrl = "NetLoadingCtrl";
public const string LoadingCtrl = "LoadingCtrl";
public const string OpenBgCtrl = "OpenBgCtrl";
@@ -19,7 +20,6 @@ namespace FlowerPower
public const string BuyPropCtrl = "BuyPropCtrl";
public const string ChoosePropCtrl = "ChoosePropCtrl";
public const string AddViewCtrl = "AddViewCtrl";
public const string AddViewoffCtrl = "AddViewoffCtrl";
public const string OpenGameCtrl = "OpenGameCtrl";
public const string NewTaskCtrl = "NewTaskCtrl";
public const string GetTaskRewardCtrl = "GetTaskRewardCtrl";
@@ -46,22 +46,34 @@ namespace FlowerPower
public const string GuideViewCtrl = "GuideViewCtrl";
public const string TipsViewCtrl = "TipsViewCtrl";
public const string ResurgenceCtrl = "ResurgenceCtrl";
public const string SaveingPotCtrl = "SaveingPotCtrl";
public const string BroadcastCtrl = "BroadcastCtrl";
public const string LuckyPackCtrl = "LuckyPackCtrl";
public const string RecordViewCtrl = "RecordViewCtrl";
public const string ThreeDaysGiftCtrl = "ThreeDaysGiftCtrl";
public const string RewardMulNewCtrl = "RewardMulNewCtrl";
public const string BuyConfirmCtrl = "BuyConfirmCtrl";
public const string TuJianViewCtrl = "TuJianViewCtrl";
public const string FAQCtrl = "FAQCtrl";
public const string RankCtrl = "RankCtrl";
public const string RankRewardCtrl = "RankRewardCtrl";
public const string RankRuleCtrl = "RankRuleCtrl";
public const string AddviewnewCtrl = "AddviewnewCtrl";
public const string NewEndCtrl = "NewEndCtrl";
public const string UnlockLevelCtrl = "UnlockLevelCtrl";
public const string AlubumCtrl = "AlubumCtrl";
public const string AlbumDetailCtrl = "AlbumDetailCtrl";
public const string LiveCtrl = "LiveCtrl";
public const string LiveDetailCtrl = "LiveDetailCtrl";
public const string SecretAlbumsCtrl = "SecretAlbumsCtrl";
public const string SecretGiftViewCtrl = "SecretGiftViewCtrl";
public const string SecretUnlockCtrl = "SecretUnlockCtrl";
public const string SecretAlbumsNextCtrl = "SecretAlbumsNextCtrl";
public const string SecretDetailCtrl = "SecretDetailCtrl";
public const string VipClubViewCtrl = "VipClubViewCtrl";
public const string LiveUnlockCtrl = "LiveUnlockCtrl";
public const string SubUnlockCtrl = "SubUnlockCtrl";
public const string ScAlbumLockCtrl = "ScAlbumLockCtrl";
public const string UnlockTipsCtrl = "UnlockTipsCtrl";
public const string NetworkErrorTipsCtrl = "NetworkErrorTipsCtrl";
public const string GoldRewardCtrl = "GoldRewardCtrl";
public const string LoginloadingCtrl = "LoginloadingCtrl";
public const string PettyAwardCtrl = "PettyAwardCtrl";
public const string SuperSpeedViewCtrl = "SuperSpeedViewCtrl";
public const string ChatChooseCtrl = "ChatChooseCtrl";
public const string ChatCtrl = "ChatCtrl";
public const string ChatNumberCtrl = "ChatNumberCtrl";
public const string ChatUnlockCtrl = "ChatUnlockCtrl";
public const string UnlockLevelNewCtrl = "UnlockLevelNewCtrl";
public const string BroadcastCtrl = "BroadcastCtrl";
}
}
+26 -14
View File
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public static class ModelConst
{
@@ -12,6 +12,7 @@ namespace FlowerPower
public const string OpenBgModel = "OpenBgModel";
public const string NetLoadingModel = "NetLoadingModel";
public const string MenuModel = "MenuModel";
public const string LanguageViewModel = "LanguageModel";
public const string RainPlayModel = "RainPlayModel";
public const string CoinWnd_newModel = "CoinWnd_newModel";
public const string RewardModel = "RewardModel";
@@ -19,7 +20,6 @@ namespace FlowerPower
public const string BuyPropModel = "BuyPropModel";
public const string GameResultModel = "GameResultModel";
public const string AddViewModel = "AddViewModel";
public const string AddViewoffModel = "AddViewoffModel";
public const string OpenGameModel = "OpenGameModel";
public const string NewTaskModel = "NewTaskModel";
public const string GetTaskRewardModel = "GetTaskRewardModel";
@@ -45,21 +45,33 @@ namespace FlowerPower
public const string GuideViewModel = "GuideViewModel";
public const string TipsViewModel = "TipsViewModel";
public const string ResurgenceModel = "ResurgenceModel";
public const string SaveingPotModel = "SaveingPotModel";
public const string BroadcastModel = "BroadcastModel";
public const string LuckyPackModel = "LuckyPackModel";
public const string RecordViewModel = "RecordViewModel";
public const string ThreeDaysGiftModel = "ThreeDaysGiftModel";
public const string RewardMulNewModel = "RewardMulNewModel";
public const string BuyConfirmModel = "BuyConfirmModel";
public const string TuJianViewModel = "TuJianViewModel";
public const string FAQModel = "FAQModel";
public const string RankModel = "RankModel";
public const string RankRewardModel = "RankRewardModel";
public const string RankRuleModel = "RankRuleModel";
public const string AddviewnewModel = "AddviewnewModel";
public const string NewEndModel = "NewEndModel";
public const string UnlockLevelModel = "UnlockLevelModel";
public const string AlubumModel = "AlubumModel";
public const string AlbumDetailModel = "AlbumDetailModel";
public const string SecretAlbumsModel = "SecretAlbumsModel";
public const string SecretGiftViewModel = "SecretGiftViewModel";
public const string SecretUnlockModel = "SecretUnlockModel";
public const string SecretAlbumsNextModel = "SecretAlbumsNextModel";
public const string SecretDetailModel = "SecretDetailModel";
public const string LiveModel = "LiveModel";
public const string LiveDetailModel = "LiveDetailModel";
public const string VipClubViewModel = "VipClubViewModel";
public const string LiveUnlockModel = "LiveUnlockModel";
public const string SubUnlockModel = "SubUnlockModel";
public const string ScAlbumLockModel = "ScAlbumLockModel";
public const string UnlockTipsModel = "UnlockTipsModel";
public const string NetworkErrorTipsModel = "NetworkErrorTipsModel";
public const string GoldRewardModel = "GoldRewardModel";
public const string LoginloadingModel = "LoginloadingModel";
public const string PettyAwardModel = "PettyAwardModel";
public const string SuperSpeedViewModel = "SuperSpeedViewModel";
public const string ChatChooseModel = "ChatChooseModel";
public const string ChatModel = "ChatModel";
public const string ChatNumberModel = "ChatNumberModel";
public const string ChatUnlockModel = "ChatUnlockModel";
public const string UnlockLevelNewModel = "UnlockLevelNewModel";
public const string BroadcastModel = "BroadcastModel";
}
}
@@ -1,16 +1,16 @@
namespace FlowerPower
namespace LoveLegend
{
public static class ModuleManagerRegister
{
public static void AutoRegisterModel()
{
ModuleManager moduleManager = ModuleManager.Instance;
moduleManager.AddModel(ModelConst.LoginModel, new LoginModel());
moduleManager.AddModel(ModelConst.RewardAniModel, new RewardAniModel());
moduleManager.AddModel(ModelConst.GameLoginModel, new GameLoginModel());
moduleManager.AddModel(ModelConst.JoastModel, new JoastModel());
moduleManager.AddModel(ModelConst.LoadingModel, new LoadingModel());
moduleManager.AddModel(ModelConst.MenuModel, new MenuModel());
moduleManager.AddModel(ModelConst.LanguageViewModel, new LanguageViewModel());
moduleManager.AddModel(ModelConst.NetLoadingModel, new NetLoadingModel());
moduleManager.AddModel(ModelConst.OpenBgModel, new OpenBgModel());
moduleManager.AddModel(ModelConst.PrivacyModel, new PrivacyModel());
@@ -20,8 +20,9 @@ namespace FlowerPower
moduleManager.AddModel(ModelConst.BuyPropModel, new BuyPropModel());
moduleManager.AddModel(ModelConst.GameResultModel, new GameResultModel());
moduleManager.AddModel(ModelConst.AddViewModel, new AddViewModel());
moduleManager.AddModel(ModelConst.AddViewoffModel, new AddViewoffModel());
moduleManager.AddModel(ModelConst.OpenGameModel, new OpenGameModel());
moduleManager.AddModel(ModelConst.NewTaskModel, new NewTaskModel());
moduleManager.AddModel(ModelConst.GetTaskRewardModel, new GetTaskRewardModel());
moduleManager.AddModel(ModelConst.RewardboxModel, new RewardboxModel());
moduleManager.AddModel(ModelConst.PayloadingModel, new PayloadingModel());
moduleManager.AddModel(ModelConst.FirstRewardModel, new FirstRewardModel());
@@ -31,33 +32,40 @@ namespace FlowerPower
moduleManager.AddModel(ModelConst.WheelViewModel, new WheelViewModel());
moduleManager.AddModel(ModelConst.PassViewModel, new PassViewModel());
moduleManager.AddModel(ModelConst.PassunlockModel, new PassunlockModel());
moduleManager.AddModel(ModelConst.PackrewardModel, new PackrewardModel());
moduleManager.AddModel(ModelConst.BuygoldModel, new BuygoldModel());
moduleManager.AddModel(ModelConst.GameMenuModel, new GameMenuModel());
moduleManager.AddModel(ModelConst.MakeupConfirmModel, new MakeupConfirmModel());
moduleManager.AddModel(ModelConst.AdcomingModel, new AdcomingModel());
moduleManager.AddModel(ModelConst.MainTabModel, new MainTabModel());
moduleManager.AddModel(ModelConst.MailViewModel, new MailViewModel());
moduleManager.AddModel(ModelConst.PersonViewModel, new PersonViewModel());
moduleManager.AddModel(ModelConst.GuideViewModel, new GuideViewModel());
moduleManager.AddModel(ModelConst.TipsViewModel, new TipsViewModel());
moduleManager.AddModel(ModelConst.ResurgenceModel, new ResurgenceModel());
moduleManager.AddModel(ModelConst.SaveingPotModel, new SaveingPotModel());
moduleManager.AddModel(ModelConst.BroadcastModel, new BroadcastModel());
moduleManager.AddModel(ModelConst.RecordViewModel, new RecordViewModel());
moduleManager.AddModel(ModelConst.ThreeDaysGiftModel, new ThreeDaysGiftModel());
moduleManager.AddModel(ModelConst.RewardMulNewModel, new RewardMulNewModel());
moduleManager.AddModel(ModelConst.TuJianViewModel, new TuJianViewModel());
moduleManager.AddModel(ModelConst.FAQModel, new FAQModel());
moduleManager.AddModel(ModelConst.RankModel, new RankModel());
moduleManager.AddModel(ModelConst.RankRewardModel, new RankRewardModel());
moduleManager.AddModel(ModelConst.RankRuleModel, new RankRuleModel());
moduleManager.AddModel(ModelConst.AddviewnewModel, new AddviewnewModel());
moduleManager.AddModel(ModelConst.LuckyPackModel, new LuckyPackModel());
moduleManager.AddModel(ModelConst.NewEndModel, new NewEndModel());
moduleManager.AddModel(ModelConst.UnlockLevelModel, new UnlockLevelModel());
moduleManager.AddModel(ModelConst.AlubumModel, new AlubumModel());
moduleManager.AddModel(ModelConst.AlbumDetailModel, new AlbumDetailModel());
moduleManager.AddModel(ModelConst.LiveModel, new LiveModel());
moduleManager.AddModel(ModelConst.LiveDetailModel, new LiveDetailModel());
moduleManager.AddModel(ModelConst.SecretAlbumsModel, new SecretAlbumsModel());
moduleManager.AddModel(ModelConst.SecretUnlockModel, new SecretUnlockModel());
moduleManager.AddModel(ModelConst.SecretAlbumsNextModel, new SecretAlbumsNextModel());
moduleManager.AddModel(ModelConst.SecretDetailModel, new SecretDetailModel());
moduleManager.AddModel(ModelConst.VipClubViewModel, new VipClubViewModel());
moduleManager.AddModel(ModelConst.LiveUnlockModel, new LiveUnlockModel());
moduleManager.AddModel(ModelConst.SubUnlockModel, new SubUnlockModel());
moduleManager.AddModel(ModelConst.ScAlbumLockModel, new ScAlbumLockModel());
moduleManager.AddModel(ModelConst.UnlockTipsModel, new UnlockTipsModel());
moduleManager.AddModel(ModelConst.NetworkErrorTipsModel, new NetworkErrorTipsModel());
moduleManager.AddModel(ModelConst.GoldRewardModel, new GoldRewardModel());
moduleManager.AddModel(ModelConst.BuyConfirmModel, new BuyConfirmModel());
moduleManager.AddModel(ModelConst.LoginloadingModel, new LoginloadingModel());
moduleManager.AddModel(ModelConst.PettyAwardModel, new PettyAwardModel());
moduleManager.AddModel(ModelConst.SuperSpeedViewModel, new SuperSpeedViewModel());
moduleManager.AddModel(ModelConst.ChatChooseModel, new ChatChooseModel());
moduleManager.AddModel(ModelConst.ChatModel, new ChatModel());
moduleManager.AddModel(ModelConst.ChatNumberModel, new ChatNumberModel());
moduleManager.AddModel(ModelConst.ChatUnlockModel, new ChatUnlockModel());
moduleManager.AddModel(ModelConst.UnlockLevelNewModel, new UnlockLevelNewModel());
moduleManager.AddModel(ModelConst.BroadcastModel, new BroadcastModel());
}
public static void AutoRegisterUICtrl()
{
@@ -68,6 +76,7 @@ namespace FlowerPower
moduleManager.AddUICtrl(UICtrlConst.LoadingUICtrl, new LoadingUICtrl());
moduleManager.AddUICtrl(UICtrlConst.AdcomingUICtrl, new AdcomingUICtrl());
moduleManager.AddUICtrl(UICtrlConst.MenuUICtrl, new MenuUICtrl());
moduleManager.AddUICtrl(UICtrlConst.LanguageViewUICtrl, new LanguageViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.NetLoadingUICtrl, new NetLoadingUICtrl());
moduleManager.AddUICtrl(UICtrlConst.OpenBgUICtrl, new OpenBgUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PrivacyUICtrl, new PrivacyUICtrl());
@@ -77,8 +86,9 @@ namespace FlowerPower
moduleManager.AddUICtrl(UICtrlConst.BuyPropUICtrl, new BuyPropUICtrl());
moduleManager.AddUICtrl(UICtrlConst.GameResultUICtrl, new GameResultUICtrl());
moduleManager.AddUICtrl(UICtrlConst.AddViewUICtrl, new AddViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.AddViewoffUICtrl, new AddViewoffUICtrl());
moduleManager.AddUICtrl(UICtrlConst.OpenGameUICtrl, new OpenGameUICtrl());
moduleManager.AddUICtrl(UICtrlConst.NewTaskUICtrl, new NewTaskUICtrl());
moduleManager.AddUICtrl(UICtrlConst.GetTaskRewardUICtrl, new GetTaskRewardUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RewardboxUICtrl, new RewardboxUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PayloadingUICtrl, new PayloadingUICtrl());
moduleManager.AddUICtrl(UICtrlConst.FirstRewardUICtrl, new FirstRewardUICtrl());
@@ -88,33 +98,40 @@ namespace FlowerPower
moduleManager.AddUICtrl(UICtrlConst.WheelViewUICtrl, new WheelViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PassViewUICtrl, new PassViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PassunlockUICtrl, new PassunlockUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PackrewardUICtrl, new PackrewardUICtrl());
moduleManager.AddUICtrl(UICtrlConst.BuygoldUICtrl, new BuygoldUICtrl());
moduleManager.AddUICtrl(UICtrlConst.GameMenuUICtrl, new GameMenuUICtrl());
moduleManager.AddUICtrl(UICtrlConst.MakeupConfirmUICtrl, new MakeupConfirmUICtrl());
moduleManager.AddUICtrl(UICtrlConst.MainTabUICtrl, new MainTabUICtrl());
moduleManager.AddUICtrl(UICtrlConst.MailViewUICtrl, new MailViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PersonViewUICtrl, new PersonViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.GuideViewUICtrl, new GuideViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.TipsViewUICtrl, new TipsViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ResurgenceUICtrl, new ResurgenceUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SaveingPotUICtrl, new SaveingPotUICtrl());
moduleManager.AddUICtrl(UICtrlConst.BroadcastUICtrl, new BroadcastUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SecretAlbumsUICtrl, new SecretAlbumsUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SecretUnlockUICtrl, new SecretUnlockUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SecretAlbumsNextUICtrl, new SecretAlbumsNextUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SecretDetailUICtrl, new SecretDetailUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RecordViewUICtrl, new RecordViewUICtrl());
moduleManager.AddUIType(UIConst.ThreeDaysGiftUI, typeof(ThreeDaysGiftUI));
moduleManager.AddUIType(UIConst.RewardMulNewUI, typeof(RewardMulNewUI));
moduleManager.AddUICtrl(UICtrlConst.TuJianViewUICtrl, new TuJianViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.FAQUICtrl, new FAQUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RankUICtrl, new RankUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RankRewardUICtrl, new RankRewardUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RankRuleUICtrl, new RankRuleUICtrl());
moduleManager.AddUICtrl(UICtrlConst.AddviewnewUICtrl, new AddviewnewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ThreeDaysGiftUICtrl, new ThreeDaysGiftUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RewardMulNewUICtrl, new RewardMulNewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.LuckyPackUICtrl, new LuckyPackUICtrl());
moduleManager.AddUICtrl(UICtrlConst.NewEndUICtrl, new NewEndUICtrl());
moduleManager.AddUICtrl(UICtrlConst.UnlockLevelUICtrl, new UnlockLevelUICtrl());
moduleManager.AddUICtrl(UICtrlConst.AlubumUICtrl, new AlubumUICtrl());
moduleManager.AddUICtrl(UICtrlConst.AlbumDetailUICtrl, new AlbumDetailUICtrl());
moduleManager.AddUICtrl(UICtrlConst.LiveUICtrl, new LiveUICtrl());
moduleManager.AddUICtrl(UICtrlConst.LiveDetailUICtrl, new LiveDetailUICtrl());
moduleManager.AddUICtrl(UICtrlConst.VipClubViewUICtrl, new VipClubViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.LiveUnlockUICtrl, new LiveUnlockUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SubUnlockUICtrl, new SubUnlockUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ScAlbumLockUICtrl, new ScAlbumLockUICtrl());
moduleManager.AddUICtrl(UICtrlConst.UnlockTipsUICtrl, new UnlockTipsUICtrl());
moduleManager.AddUICtrl(UICtrlConst.NetworkErrorTipsUICtrl, new NetworkErrorTipsUICtrl());
moduleManager.AddUICtrl(UICtrlConst.GoldRewardUICtrl, new GoldRewardUICtrl());
moduleManager.AddUICtrl(UICtrlConst.BuyConfirmUICtrl, new BuyConfirmUICtrl());
moduleManager.AddUICtrl(UICtrlConst.LoginloadingUICtrl, new LoginloadingUICtrl());
moduleManager.AddUICtrl(UICtrlConst.PettyAwardUICtrl, new PettyAwardUICtrl());
moduleManager.AddUICtrl(UICtrlConst.SuperSpeedViewUICtrl, new SuperSpeedViewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ChatChooseUICtrl, new ChatChooseUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ChatUICtrl, new ChatUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ChatNumberUICtrl, new ChatNumberUICtrl());
moduleManager.AddUICtrl(UICtrlConst.ChatUnlockUICtrl, new ChatUnlockUICtrl());
moduleManager.AddUICtrl(UICtrlConst.UnlockLevelNewUICtrl, new UnlockLevelNewUICtrl());
moduleManager.AddUICtrl(UICtrlConst.BroadcastUICtrl, new BroadcastUICtrl());
}
public static void AutoRegisterCtrl()
@@ -125,6 +142,7 @@ namespace FlowerPower
moduleManager.AddCtrl(CtrlConst.JoastCtrl, new JoastCtrl());
moduleManager.AddCtrl(CtrlConst.LoadingCtrl, new LoadingCtrl());
moduleManager.AddCtrl(CtrlConst.MenuCtrl, new MenuCtrl());
moduleManager.AddCtrl(CtrlConst.LanguageViewCtrl, new LanguageViewCtrl());
moduleManager.AddCtrl(CtrlConst.AdcomingCtrl, new AdcomingCtrl());
moduleManager.AddCtrl(CtrlConst.NetLoadingCtrl, new NetLoadingCtrl());
moduleManager.AddCtrl(CtrlConst.OpenBgCtrl, new OpenBgCtrl());
@@ -136,8 +154,9 @@ namespace FlowerPower
moduleManager.AddCtrl(CtrlConst.BuyPropCtrl, new BuyPropCtrl());
moduleManager.AddCtrl(CtrlConst.GameResultCtrl, new GameResultCtrl());
moduleManager.AddCtrl(CtrlConst.AddViewCtrl, new AddViewCtrl());
moduleManager.AddCtrl(CtrlConst.AddViewoffCtrl, new AddViewoffCtrl());
moduleManager.AddCtrl(CtrlConst.OpenGameCtrl, new OpenGameCtrl());
moduleManager.AddCtrl(CtrlConst.NewTaskCtrl, new NewTaskCtrl());
moduleManager.AddCtrl(CtrlConst.GetTaskRewardCtrl, new GetTaskRewardCtrl());
moduleManager.AddCtrl(CtrlConst.RewardboxCtrl, new RewardboxCtrl());
moduleManager.AddCtrl(CtrlConst.SignInViewCtrl, new SignInViewCtrl());
moduleManager.AddCtrl(CtrlConst.PayloadingCtrl, new PayloadingCtrl());
@@ -147,33 +166,45 @@ namespace FlowerPower
moduleManager.AddCtrl(CtrlConst.WheelViewCtrl, new WheelViewCtrl());
moduleManager.AddCtrl(CtrlConst.PassViewCtrl, new PassViewCtrl());
moduleManager.AddCtrl(CtrlConst.PassunlockCtrl, new PassunlockCtrl());
moduleManager.AddCtrl(CtrlConst.PackrewardCtrl, new PackrewardCtrl());
moduleManager.AddCtrl(CtrlConst.BuygoldCtrl, new BuygoldCtrl());
moduleManager.AddCtrl(CtrlConst.GameMenuCtrl, new GameMenuCtrl());
moduleManager.AddCtrl(CtrlConst.MakeupConfirmCtrl, new MakeupConfirmCtrl());
moduleManager.AddCtrl(CtrlConst.MainTabCtrl, new MainTabCtrl());
moduleManager.AddCtrl(CtrlConst.MailViewCtrl, new MailViewCtrl());
moduleManager.AddCtrl(CtrlConst.PersonViewCtrl, new PersonViewCtrl());
moduleManager.AddCtrl(CtrlConst.GuideViewCtrl, new GuideViewCtrl());
moduleManager.AddCtrl(CtrlConst.TipsViewCtrl, new TipsViewCtrl());
moduleManager.AddCtrl(CtrlConst.ResurgenceCtrl, new ResurgenceCtrl());
moduleManager.AddCtrl(CtrlConst.SaveingPotCtrl, new SaveingPotCtrl());
moduleManager.AddCtrl(CtrlConst.BroadcastCtrl, new BroadcastCtrl());
moduleManager.AddCtrl(CtrlConst.RecordViewCtrl, new RecordViewCtrl());
moduleManager.AddCtrl(CtrlConst.ThreeDaysGiftCtrl, new ThreeDaysGiftCtrl());
moduleManager.AddCtrl(CtrlConst.RewardMulNewCtrl, new RewardMulNewCtrl());
moduleManager.AddCtrl(CtrlConst.TuJianViewCtrl, new TuJianViewCtrl());
moduleManager.AddCtrl(CtrlConst.FAQCtrl, new FAQCtrl());
moduleManager.AddCtrl(CtrlConst.RankCtrl, new RankCtrl());
moduleManager.AddCtrl(CtrlConst.RankRewardCtrl, new RankRewardCtrl());
moduleManager.AddCtrl(CtrlConst.RankRuleCtrl, new RankRuleCtrl());
moduleManager.AddCtrl(CtrlConst.AddviewnewCtrl, new AddviewnewCtrl());
moduleManager.AddCtrl(CtrlConst.LuckyPackCtrl, new LuckyPackCtrl());
moduleManager.AddCtrl(CtrlConst.NewEndCtrl, new NewEndCtrl());
moduleManager.AddCtrl(CtrlConst.UnlockLevelCtrl, new UnlockLevelCtrl());
moduleManager.AddCtrl(CtrlConst.AlubumCtrl, new AlubumCtrl());
moduleManager.AddCtrl(CtrlConst.AlbumDetailCtrl, new AlbumDetailCtrl());
moduleManager.AddCtrl(CtrlConst.NewEndCtrl, new NewEndCtrl());
moduleManager.AddCtrl(CtrlConst.UnlockLevelCtrl, new UnlockLevelCtrl());
moduleManager.AddCtrl(CtrlConst.SecretAlbumsCtrl, new SecretAlbumsCtrl());
moduleManager.AddCtrl(CtrlConst.SecretUnlockCtrl, new SecretUnlockCtrl());
moduleManager.AddCtrl(CtrlConst.SecretAlbumsNextCtrl, new SecretAlbumsNextCtrl());
moduleManager.AddCtrl(CtrlConst.SecretDetailCtrl, new SecretDetailCtrl());
moduleManager.AddCtrl(CtrlConst.NewEndCtrl, new NewEndCtrl());
moduleManager.AddCtrl(CtrlConst.UnlockLevelCtrl, new UnlockLevelCtrl());
moduleManager.AddCtrl(CtrlConst.AlubumCtrl, new AlubumCtrl());
moduleManager.AddCtrl(CtrlConst.AlbumDetailCtrl, new AlbumDetailCtrl());
moduleManager.AddCtrl(CtrlConst.LiveCtrl, new LiveCtrl());
moduleManager.AddCtrl(CtrlConst.LiveDetailCtrl, new LiveDetailCtrl());
moduleManager.AddCtrl(CtrlConst.VipClubViewCtrl, new VipClubViewCtrl());
moduleManager.AddCtrl(CtrlConst.LiveUnlockCtrl, new LiveUnlockCtrl());
moduleManager.AddCtrl(CtrlConst.SubUnlockCtrl, new SubUnlockCtrl());
moduleManager.AddCtrl(CtrlConst.ScAlbumLockCtrl, new ScAlbumLockCtrl());
moduleManager.AddCtrl(CtrlConst.UnlockTipsCtrl, new UnlockTipsCtrl());
moduleManager.AddCtrl(CtrlConst.NetworkErrorTipsCtrl, new NetworkErrorTipsCtrl());
moduleManager.AddCtrl(CtrlConst.GoldRewardCtrl, new GoldRewardCtrl());
moduleManager.AddCtrl(CtrlConst.BuyConfirmCtrl, new BuyConfirmCtrl());
moduleManager.AddCtrl(CtrlConst.LoginloadingCtrl, new LoginloadingCtrl());
moduleManager.AddCtrl(CtrlConst.PettyAwardCtrl, new PettyAwardCtrl());
moduleManager.AddCtrl(CtrlConst.SuperSpeedViewCtrl, new SuperSpeedViewCtrl());
moduleManager.AddCtrl(CtrlConst.ChatChooseCtrl, new ChatChooseCtrl());
moduleManager.AddCtrl(CtrlConst.ChatCtrl, new ChatCtrl());
moduleManager.AddCtrl(CtrlConst.ChatNumberCtrl, new ChatNumberCtrl());
moduleManager.AddCtrl(CtrlConst.ChatUnlockCtrl, new ChatUnlockCtrl());
moduleManager.AddCtrl(CtrlConst.UnlockLevelNewCtrl, new UnlockLevelNewCtrl());
moduleManager.AddCtrl(CtrlConst.BroadcastCtrl, new BroadcastCtrl());
}
public static void AutoRegisterUIType()
@@ -186,6 +217,7 @@ namespace FlowerPower
moduleManager.AddUIType(UIConst.LoadingUI, typeof(LoadingUI));
// moduleManager.AddUIType(UIConst.MaskUI, typeof(MaskUI));
moduleManager.AddUIType(UIConst.MenuUI, typeof(MenuUI));
moduleManager.AddUIType(UIConst.LanguageViewUI, typeof(LanguageViewUI));
moduleManager.AddUIType(UIConst.NetLoadingUI, typeof(NetLoadingUI));
moduleManager.AddUIType(UIConst.OpenBgUI, typeof(OpenBgUI));
moduleManager.AddUIType(UIConst.PrivacyUI, typeof(PrivacyUI));
@@ -196,8 +228,9 @@ namespace FlowerPower
moduleManager.AddUIType(UIConst.AdcomingUI, typeof(AdcomingUI));
moduleManager.AddUIType(UIConst.GameResultUI, typeof(GameResultUI));
moduleManager.AddUIType(UIConst.AddViewUI, typeof(AddViewUI));
moduleManager.AddUIType(UIConst.AddViewoffUI, typeof(AddViewoffUI));
moduleManager.AddUIType(UIConst.OpenGameUI, typeof(OpenGameUI));
moduleManager.AddUIType(UIConst.NewTaskUI, typeof(NewTaskUI));
moduleManager.AddUIType(UIConst.GetTaskRewardUI, typeof(GetTaskRewardUI));
moduleManager.AddUIType(UIConst.RewardboxUI, typeof(RewardboxUI));
moduleManager.AddUIType(UIConst.PayloadingUI, typeof(PayloadingUI));
moduleManager.AddUIType(UIConst.FirstRewardUI, typeof(FirstRewardUI));
@@ -206,32 +239,42 @@ namespace FlowerPower
moduleManager.AddUIType(UIConst.WheelViewUI, typeof(WheelViewUI));
moduleManager.AddUIType(UIConst.PassViewUI, typeof(PassViewUI));
moduleManager.AddUIType(UIConst.PassunlockUI, typeof(PassunlockUI));
moduleManager.AddUIType(UIConst.PackrewardUI, typeof(PackrewardUI));
moduleManager.AddUIType(UIConst.BuygoldUI, typeof(BuygoldUI));
moduleManager.AddUIType(UIConst.GameMenuUI, typeof(GameMenuUI));
moduleManager.AddUIType(UIConst.MakeupConfirmUI, typeof(MakeupConfirmUI));
moduleManager.AddUIType(UIConst.MainTabUI, typeof(MainTabUI));
moduleManager.AddUIType(UIConst.MailViewUI, typeof(MailViewUI));
moduleManager.AddUIType(UIConst.PersonViewUI, typeof(PersonViewUI));
moduleManager.AddUIType(UIConst.GuideViewUI, typeof(GuideViewUI));
moduleManager.AddUIType(UIConst.TipsViewUI, typeof(TipsViewUI));
moduleManager.AddUIType(UIConst.ResurgenceUI, typeof(ResurgenceUI));
moduleManager.AddUIType(UIConst.SaveingPotUI, typeof(SaveingPotUI));
moduleManager.AddUIType(UIConst.BroadcastUI, typeof(BroadcastUI));
moduleManager.AddUIType(UIConst.RecordViewUI, typeof(RecordViewUI));
moduleManager.AddUICtrl(UICtrlConst.ThreeDaysGiftUICtrl, new ThreeDaysGiftUICtrl());
moduleManager.AddUICtrl(UICtrlConst.RewardMulNewUICtrl, new RewardMulNewUICtrl());
moduleManager.AddUIType(UIConst.TuJianViewUI, typeof(TuJianViewUI));
moduleManager.AddUIType(UIConst.FAQUI, typeof(FAQUI));
moduleManager.AddUIType(UIConst.RankUI, typeof(RankUI));
moduleManager.AddUIType(UIConst.RankRewardUI, typeof(RankRewardUI));
moduleManager.AddUIType(UIConst.RankRuleUI, typeof(RankRuleUI));
moduleManager.AddUIType(UIConst.AddviewnewUI, typeof(AddviewnewUI));
moduleManager.AddUIType(UIConst.ThreeDaysGiftUI, typeof(ThreeDaysGiftUI));
moduleManager.AddUIType(UIConst.RewardMulNewUI, typeof(RewardMulNewUI));
moduleManager.AddUIType(UIConst.LuckyPackUI, typeof(LuckyPackUI));
moduleManager.AddUIType(UIConst.SecretAlbumsUI, typeof(SecretAlbumsUI));
moduleManager.AddUIType(UIConst.SecretUnlockUI, typeof(SecretUnlockUI));
moduleManager.AddUIType(UIConst.SecretAlbumsNextUI, typeof(SecretAlbumsNextUI));
moduleManager.AddUIType(UIConst.SecretDetailUI, typeof(SecretDetailUI));
moduleManager.AddUIType(UIConst.NewEndUI, typeof(NewEndUI));
moduleManager.AddUIType(UIConst.UnlockLevelUI, typeof(UnlockLevelUI));
moduleManager.AddUIType(UIConst.AlubumUI, typeof(AlubumUI));
moduleManager.AddUIType(UIConst.AlbumDetailUI, typeof(AlbumDetailUI));
moduleManager.AddUIType(UIConst.LiveUI, typeof(LiveUI));
moduleManager.AddUIType(UIConst.LiveDetailUI, typeof(LiveDetailUI));
moduleManager.AddUIType(UIConst.VipClubViewUI, typeof(VipClubViewUI));
moduleManager.AddUIType(UIConst.LiveUnlockUI, typeof(LiveUnlockUI));
moduleManager.AddUIType(UIConst.SubUnlockUI, typeof(SubUnlockUI));
moduleManager.AddUIType(UIConst.ScAlbumLockUI, typeof(ScAlbumLockUI));
moduleManager.AddUIType(UIConst.UnlockTipsUI, typeof(UnlockTipsUI));
moduleManager.AddUIType(UIConst.NetworkErrorTipsUI, typeof(NetworkErrorTipsUI));
moduleManager.AddUIType(UIConst.GoldRewardUI, typeof(GoldRewardUI));
moduleManager.AddUIType(UIConst.BuyConfirmUI, typeof(BuyConfirmUI));
moduleManager.AddUIType(UIConst.LoginloadingUI, typeof(LoginloadingUI));
moduleManager.AddUIType(UIConst.PettyAwardUI, typeof(PettyAwardUI));
moduleManager.AddUIType(UIConst.SuperSpeedViewUI, typeof(SuperSpeedViewUI));
moduleManager.AddUIType(UIConst.ChatChooseUI, typeof(ChatChooseUI));
moduleManager.AddUIType(UIConst.ChatUI, typeof(ChatUI));
moduleManager.AddUIType(UIConst.ChatNumberUI, typeof(ChatNumberUI));
moduleManager.AddUIType(UIConst.ChatUnlockUI, typeof(ChatUnlockUI));
moduleManager.AddUIType(UIConst.UnlockLevelNewUI, typeof(UnlockLevelNewUI));
moduleManager.AddUIType(UIConst.BroadcastUI, typeof(BroadcastUI));
}
}
}
+26 -14
View File
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public static class UIConst
{
@@ -6,6 +6,7 @@ namespace FlowerPower
public const string RewardAniUI = "RewardAniUI";
public const string JoastUI = "JoastUI";
public const string MenuUI = "MenuUI";
public const string LanguageViewUI = "LanguageViewUI";
public const string LoadingUI = "LoadingUI";
public const string NetLoadingUI = "NetLoadingUI";
public const string CoinWnd_newUI = "CoinWnd_newUI";
@@ -18,7 +19,6 @@ namespace FlowerPower
public const string RainPlayUI = "RainPlayUI";
public const string GameResultUI = "GameResultUI";
public const string AddViewUI = "AddViewUI";
public const string AddViewoffUI = "AddViewoffUI";
public const string BuyPropUI = "BuyPropUI";
public const string OpenGameUI = "OpenGameUI";
public const string NewTaskUI = "NewTaskUI";
@@ -44,21 +44,33 @@ namespace FlowerPower
public const string GuideViewUI = "GuideViewUI";
public const string TipsViewUI = "TipsViewUI";
public const string ResurgenceUI = "ResurgenceUI";
public const string SaveingPotUI = "SaveingPotUI";
public const string BroadcastUI = "BroadcastUI";
public const string LuckyPackUI = "LuckyPackUI";
public const string RecordViewUI = "RecordViewUI";
public const string ThreeDaysGiftUI = "ThreeDaysGiftUI";
public const string RewardMulNewUI = "RewardMulNewUI";
public const string BuyConfirmUI = "BuyConfirmUI";
public const string TuJianViewUI = "TuJianViewUI";
public const string FAQUI = "FAQUI";
public const string RankUI = "RankUI";
public const string RankRewardUI = "RankRewardUI";
public const string RankRuleUI = "RankRuleUI";
public const string AddviewnewUI = "AddviewnewUI";
public const string NewEndUI = "NewEndUI";
public const string UnlockLevelUI = "UnlockLevelUI";
public const string AlubumUI = "AlubumUI";
public const string AlbumDetailUI = "AlbumDetailUI";
public const string LiveUI = "LiveUI";
public const string LiveDetailUI = "LiveDetailUI";
public const string SecretAlbumsUI = "SecretAlbumsUI";
public const string SecretGiftViewUI = "SecretGiftViewUI";
public const string SecretUnlockUI = "SecretUnlockUI";
public const string SecretAlbumsNextUI = "SecretAlbumsNextUI";
public const string SecretDetailUI = "SecretDetailUI";
public const string VipClubViewUI = "VipClubViewUI";
public const string LiveUnlockUI = "LiveUnlockUI";
public const string SubUnlockUI = "SubUnlockUI";
public const string ScAlbumLockUI = "ScAlbumLockUI";
public const string UnlockTipsUI = "UnlockTipsUI";
public const string NetworkErrorTipsUI = "NetworkErrorTipsUI";
public const string GoldRewardUI = "GoldRewardUI";
public const string LoginloadingUI = "LoginloadingUI";
public const string PettyAwardUI = "PettyAwardUI";
public const string SuperSpeedViewUI = "SuperSpeedViewUI";
public const string ChatChooseUI = "ChatChooseUI";
public const string ChatUI = "ChatUI";
public const string ChatNumberUI = "ChatNumberUI";
public const string ChatUnlockUI = "ChatUnlockUI";
public const string UnlockLevelNewUI = "UnlockLevelNewUI";
public const string BroadcastUI = "BroadcastUI";
}
}
+27 -14
View File
@@ -1,4 +1,4 @@
namespace FlowerPower
namespace LoveLegend
{
public static class UICtrlConst
{
@@ -9,6 +9,7 @@ namespace FlowerPower
public const string BuyPropUICtrl = "BuyPropUICtrl";
public const string GameResultUICtrl = "GameResultUICtrl";
public const string MenuUICtrl = "MenuUICtrl";
public const string LanguageViewUICtrl = "LanguageViewUICtrl";
public const string NetLoadingUICtrl = "NetLoadingUICtrl";
public const string GameLoginUICtrl = "GameLoginUICtrl";
public const string RewardUICtrl = "RewardUICtrl";
@@ -18,7 +19,6 @@ namespace FlowerPower
public const string OpenBgUICtrl = "OpenBgUICtrl";
public const string PrivacyUICtrl = "PrivacyUICtrl";
public const string AddViewUICtrl = "AddViewUICtrl";
public const string AddViewoffUICtrl = "AddViewoffUICtrl";
public const string OpenGameUICtrl = "OpenGameUICtrl";
public const string NewTaskUICtrl = "NewTaskUICtrl";
public const string GetTaskRewardUICtrl = "GetTaskRewardUICtrl";
@@ -44,21 +44,34 @@ namespace FlowerPower
public const string GuideViewUICtrl = "GuideViewUICtrl";
public const string TipsViewUICtrl = "TipsViewUICtrl";
public const string ResurgenceUICtrl = "ResurgenceUICtrl";
public const string SaveingPotUICtrl = "SaveingPotUICtrl";
public const string BroadcastUICtrl = "BroadcastUICtrl";
public const string LuckyPackUICtrl = "LuckyPackUICtrl";
public const string RecordViewUICtrl = "RecordViewUICtrl";
public const string ThreeDaysGiftUICtrl = "ThreeDaysGiftUICtrl";
public const string RewardMulNewUICtrl = "RewardMulNewUICtrl";
public const string BuyConfirmUICtrl = "BuyConfirmUICtrl";
public const string TuJianViewUICtrl = "TuJianViewUICtrl";
public const string FAQUICtrl = "FAQUICtrl";
public const string RankUICtrl = "RankUICtrl";
public const string RankRewardUICtrl = "RankRewardUICtrl";
public const string RankRuleUICtrl = "RankRuleUICtrl";
public const string AddviewnewUICtrl = "AddviewnewUICtrl";
public const string NewEndUICtrl = "NewEndUICtrl";
public const string UnlockLevelUICtrl = "UnlockLevelUICtrl";
public const string AlubumUICtrl = "AlubumUICtrl";
public const string AlbumDetailUICtrl = "AlbumDetailUICtrl";
public const string SecretAlbumsUICtrl = "SecretAlbumsUICtrl";
public const string SecretGiftViewUICtrl = "SecretGiftViewUICtrl";
public const string SecretUnlockUICtrl = "SecretUnlockUICtrl";
public const string SecretAlbumsNextUICtrl = "SecretAlbumsNextUICtrl";
public const string SecretDetailUICtrl = "SecretDetailUICtrl";
public const string LiveUICtrl = "LiveUICtrl";
public const string LiveDetailUICtrl = "LiveDetailUICtrl";
public const string VipClubViewUICtrl = "VipClubViewUICtrl";
public const string LiveUnlockUICtrl = "LiveUnlockUICtrl";
public const string SubUnlockUICtrl = "SubUnlockUICtrl";
public const string ScAlbumLockUICtrl = "ScAlbumLockUICtrl";
public const string UnlockTipsUICtrl = "UnlockTipsUICtrl";
public const string NetworkErrorTipsUICtrl = "NetworkErrorTipsUICtrl";
public const string GoldRewardUICtrl = "GoldRewardUICtrl";
public const string LoginloadingUICtrl = "LoginloadingUICtrl";
public const string PettyAwardUICtrl = "PettyAwardUICtrl";
public const string SuperSpeedViewUICtrl = "SuperSpeedViewUICtrl";
public const string ChatChooseUICtrl = "ChatChooseUICtrl";
public const string ChatUICtrl = "ChatUICtrl";
public const string ChatNumberUICtrl = "ChatNumberUICtrl";
public const string ChatUnlockUICtrl = "ChatUnlockUICtrl";
public const string UnlockLevelNewUICtrl = "UnlockLevelNewUICtrl";
public const string BroadcastUICtrl = "BroadcastUICtrl";
}
}