删除图鉴内容
This commit is contained in:
@@ -43,28 +43,8 @@ namespace LoveLegend
|
||||
moduleManager.AddModel(ModelConst.ThreeDaysGiftModel, new ThreeDaysGiftModel());
|
||||
moduleManager.AddModel(ModelConst.RewardMulNewModel, new RewardMulNewModel());
|
||||
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.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());
|
||||
moduleManager.AddModel(ModelConst.GamePlayModel, new GamePlayModel());
|
||||
moduleManager.AddModel(ModelConst.GameAddTimeModel, new GameAddTimeModel());
|
||||
@@ -109,33 +89,14 @@ namespace LoveLegend
|
||||
moduleManager.AddUICtrl(UICtrlConst.PersonViewUICtrl, new PersonViewUICtrl());
|
||||
moduleManager.AddUICtrl(UICtrlConst.GuideViewUICtrl, new GuideViewUICtrl());
|
||||
moduleManager.AddUICtrl(UICtrlConst.TipsViewUICtrl, new TipsViewUICtrl());
|
||||
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.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.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());
|
||||
moduleManager.AddUICtrl(UICtrlConst.GamePlayUICtrl, new GamePlayUICtrl());
|
||||
moduleManager.AddUICtrl(UICtrlConst.GameAddTimeUICtrl, new GameAddTimeUICtrl());
|
||||
@@ -186,34 +147,9 @@ namespace LoveLegend
|
||||
moduleManager.AddCtrl(CtrlConst.ThreeDaysGiftCtrl, new ThreeDaysGiftCtrl());
|
||||
moduleManager.AddCtrl(CtrlConst.RewardMulNewCtrl, new RewardMulNewCtrl());
|
||||
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.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());
|
||||
moduleManager.AddCtrl(CtrlConst.GamePlayCtrl, new GamePlayCtrl());
|
||||
moduleManager.AddCtrl(CtrlConst.GameAddTimeCtrl, new GameAddTimeCtrl());
|
||||
@@ -264,31 +200,9 @@ namespace LoveLegend
|
||||
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.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));
|
||||
moduleManager.AddUIType(UIConst.GamePlayUI, typeof(GamePlayUI));
|
||||
moduleManager.AddUIType(UIConst.GameAddTimeUI, typeof(GameAddTimeUI));
|
||||
|
||||
Reference in New Issue
Block a user