miduo_client/Assets/ManagedResources/~Lua/Data/UIData.lua

516 lines
31 KiB
Lua
Raw Normal View History

2020-05-09 13:31:21 +08:00
--UI Define
UIName = {
LoginPanel = 1, --登录
LoadingPanel = 2, --加载
MsgPanel = 3, --通用消息弹窗
PopupTipPanel = 4, --通用上浮消息提示
RequestPanel = 5, --通用请求界面
SwitchPanel = 6, --通用切换界面
BattlePanel = 7, --战斗
BattleEndPanel = 8, --战斗结算
MapPanel = 9, --地图探索
GuidePanel = 10, --新手引导
ProgressPanel = 11, --事件交互之读条界面
MapAwardPanel = 12, --地图探索获得
MapSelectArea = 13, --选择地图区域
MapFightPanel = 14, --血战界面
MainPanel = 15, --主界面
RoleInfoPanel = 16, --角色详细信息
RoleListPanel = 17, --角色列表
RoleUpStarListPanel = 18, --角色升级操作弹窗
RoleEquipListPanel = 19, --角色穿装备操作
RoleUpLvBreakSuccessPanel = 20, --角色突破成功界面
RoleUpStarSuccessPanel = 21, --角色升星成功界面
RoleProInfoPopup = 22, --角色属性详情界面
RoleEquipPanel = 23, --角色装备选择界面
RoleEquipChangePopup = 24, --角色装备更换界面
RecruitPanel = 25, --抽卡
SingleRecruitPanel = 26, --单抽
TenRecruitPanel = 27, --钻石十连抽
BagPanel = 28, --仓库背包
GMPanel = 29, --GM
FormationPanel = 30, --编队
EquipInfoPopup = 31, --装备信息
RoleInfoPopup = 32, --角色信息(面板+技能+装备)
SkillInfoPopup = 33, --技能信息
FormationExamplePopup = 34, --编队推荐阵容
DiffmonsterEditPopup = 35, --异妖上阵操作
ShopPanel = 36, --商城
ShopInfoPopup = 37, --商品信息
DiffMonsterPanel = 38, --异妖
WorkShopMainPanel = 39,
WorkShopMaterialsCompoundPanel = 40,
WorkShopRuneListPanel = 41,
WorkShopArmorOnePanel = 42,
WorkShopArmorTwoPanel = 43,
WorkShopCastSuccessPanel = 44,
WorkShopMadeSuccessPanel = 45,
WorkShopAwardPanel = 46,
WorkShopEquipRebuildListPanel = 47,
DemonActivatePanel = 48,
DemonInfoPanel = 49, --异妖详情界面
DemonPartsUpStarPanel = 50, --异妖配件升星界面
DemonPartsUpStarSuccessPanel = 51, --异妖配件升星成功界面
FoodGainPopup = 52, --食物增益信息
MapShopPanel = 53, --行脚商人商城
MapRoleInfoPopup = 54, --角色信息(面板+技能)
MapBagPopup = 55, --地图背包
MonsterInfoPopup = 56, --怪物信息
CreateNamePopup = 57, --角色起名字弹窗
RewardItemPopup = 58, --奖励获得弹窗
RewardItemSingleShowPopup = 59, --奖励展示item详情
RewardEquipSingleShowPopup = 60, --奖励展示装备详情
MailMainPanel = 61, --邮件list
MainSingleInfoPanel = 62, --单个邮件
CurlingTipPanel = 63, --单个邮件
CarbonMissionPopup = 64, --副本任务弹窗
MapLeavePanel = 65, --离开地图界面
MapStatsPanel = 66, --探索统计界面
CarbonTypePanel = 67, --副本难度选择界面
FightMopUpEndPanel = 68, --关卡扫荡结束奖励界面
CarbonInfoPanel = 69, --副本详情
CarbonScoreSortPanel = 70, --副本排行
CarbonMopUpEndPanel = 71, --副本任务奖励
SettingPopup = 72, --设置面板
CarbonBuyCountPopup = 73, --购买弹窗
StoryDialoguePanel = 74, --剧情使用对话框
BagResolveAnCompoundPanel = 75, --剧情使用对话框
RoleGetInfoPopup = 76, --获得英雄点击详情
ChapterClearanceGiftPanel = 77, --章节奖励
2021-12-03 16:46:40 +08:00
-- SevenDayGiftPanel = 78, --七日礼包
2020-05-09 13:31:21 +08:00
OnlineGiftPanel = 79, --在线礼包
FightEndLvUpPanel = 80, --关卡等级提升
RewardPreviewPopupPanel = 81, --奖励预览详情弹框
StoryBeginPanel = 82, --剧情开幕弹窗
StoryEndPanel = 83, --剧情闭幕弹窗
WorkShopEquipReforgePreviewPanel = 84, --装备重铸预览
ArenaMainPanel = 85, --竞技场
ArenaResultPopup = 86, --竞技场
ArenaRecordPopup = 87, --竞技场
SecretBoxPanel = 88, --秘盒
StoryOptionPopup = 89, --剧情选择按钮
SecretBoxBuyOnePanel = 90, --秘盒购买1次
SecretBoxBuyTenPanel = 91, --秘盒购买10次
MapOptionPanel = 92, --新地图选择界面
DiffMonsterPreviewPanel = 93, --异妖预览
DemonPartsActiveSuccessPanel = 94, --异妖配件激活
2021-10-26 14:04:02 +08:00
RewardEquipSingleShowPopup2 = 95, --(统一)装备弹窗
2020-05-09 13:31:21 +08:00
AdventureAlianInvasionPanel = 96, --冒险外敌入侵页面
DemonUpGradePanel = 97, --异妖材料升级
DiffMonsterAttributeAdditionPanel = 98, --异妖属性加成
AdventureExploreRewardPanel = 99, --冒险宝箱时长奖励领取页面
DiffMonsterUpGradSuccessPanel = 100, --异妖升阶成功界面
HeroAndEquipResolvePanel = 101, --分解主界面
WorkShopLevelUpNotifyPanel = 102, --工坊等级提升界面
MapFormationInfoPopup = 103, --地图队伍信息界面
MainShopPanel = 104, --商店主界面
ShopBuyPopup = 105, --商店购买界面
QuickPurchasePanel = 106, --快捷购买界面
VipPanel = 107, --特权等级界面
VipTipPopup = 108, --特权描述界面
AdventureRewardDetailPopup = 109, --外敌奖励展示
SecretBoxShowPokemonPanel = 110, --异妖抽卡抽到好部件展示界面
AdventureGetRewardPopup = 111, --挂机战斗结果
OperatingPanel = 112, --运营相关面板
WarPowerChangeNotifyPanel = 113, --战力提升
FirstRechargePanel = 114, --首冲
MissionDailyPanel = 115, --每日任务
GoodFriendMainPanel = 116, --好友系统
ChatPanel = 117, --聊天
FriendChatPanel = 118, --好友聊天
WorkShopLvUpPanel = 119, --工坊升级界面
WorkShowTechnologPanel = 120, --工坊天赋树界面
EliteMonsterPanel = 121, --工坊升级界面
DropGetSSRHeroShopPanel = 122, --掉落获得ssr英雄展示界面
FightSelectAreaShowMopUpPanel = 123, --关卡扫荡次数选择界面
EliteCarbonAchievePanel = 124, --精英副本成就界面
TrialOpPanel = 125, --试炼副本操作界面
WorkShopAttributeAdditionPanel = 126, --天赋树单个职业所有属性集合界面
BuffChoosePanel = 127, --试炼副本UI触发的buff选择界面
TrialBossTipPopup = 128, --试炼副本Boss提示
MonsterShowPanel = 129, --怪物展示界面
BuffOptionPanel = 130, --试炼副本地图触发的buff选择界面
DamageResultPanel = 131, --战斗结果展示
HandBookMainPanel = 132, --图鉴
HandBookHeroAndEquipListPanel = 133, --图鉴英雄装备列表界面
HandBookHeroInfoPanel = 134, --图鉴英雄详情界面
HandBookEquipInfoPanel = 135, --图鉴装备详情界面
ElementDrawCardPanel = 136, --元素抽卡页面
PrayMainPanel = 137, --云梦祈祷主界面
PraySelectRewardPanel = 138, --云梦祈祷奖励选择界面
SettingPanel = 139, --设置界面
HeadChangePopup = 140, --头像修改界面
ShopExchangePopup = 141, --物品对换界面
NotEnoughPopup = 142, --物品不足提示界面
CommonConfirmPanel = 143, --确认或取消选择界面
PrayRewardItemPopup = 144, --云梦祈祷奖励获得界面
PlotCarbonPanel = 145, --普通副本界面
TrialCarbonPanel = 146, --试炼副本界面
EliteCarbonPanel = 147, --精英副本界面
EndLessCarbonPanel = 148, --无尽副本界面
SevenDayCarnivalPanel = 149, --七日狂欢
TrialResetPopup = 150, --试炼副本次数重置界面
WarPowerSortPanel = 151, --战力排行
MapNotePopup = 152, --战力排行
DailyRechargePanel = 153, --每日首充
LuckyCatPanel = 154, --招财猫
GuildFindPopup = 155, --公会搜索,加入界面
GuildCreatePopup = 156, --公会创建界面
GuildInfoPopup = 157, --公会创建界面
GuildMainCityPanel = 158, --公会主城界面
GuildChangePopup = 159, --公会信息修改界面
GuildMemberInfoPopup = 160, --公会成员信息界面
GuildLogoPopup = 161, --公会图腾界面
GuildFightDefendInfoPopup = 162, --公会战防守信息界面
GuildFightAttackInfoPopup = 163, --公会战敌方公会信息界面
GuildFightResultPopup = 164, --公会战结算界面
GuildFightAttackLogPopup = 165, --公会战进攻日志界面
GuildGetStarPopup = 166, --公会战获取星数提示界面
GuildFightAttackTipPopup = 167, --公会战攻击阶段提示界面
GuildFightMatchingPopup = 168, --公会战匹配中提示界面
GuildFightMatchSuccessPopup = 169, --公会战匹配成功提示界面
GuildFightPopup = 170, --公会战界面
ExpertPanel = 171, --限时达人
CourtesyDressPanel = 172, --开服有礼
ExpertRewardSortPanel = 173, --限时达人排行
SevenDayRewardPreviewPanel = 174, --七日狂欢奖励预览界面
LoginPopup = 175, --登录弹窗
RegistPopup = 176, --注册弹窗
NoticePopup = 177, --公告弹窗
MonsterCampPanel = 178, --妖兽来袭主界面
NextMonsterInfoPopup = 179, --妖兽临袭界面弹窗
PatFacePanel = 180, --拍脸
PlotRewardPreviewPupop = 181, --副本奖励预览
HelpPopup = 182, --帮助弹窗
UnlockCheckpointPopup = 183, --解锁关卡弹窗
LuckyTurnTablePanel = 184, --解锁幸运转盘弹窗
HeroPreviewPanel = 185, --奖池预览界面
FormationSetPanel = 186, --编队设置界面
GiveMePowerPanel = 187, --我要变强界面
RankingListPanel = 188, --排行榜面板
FightMatchPanel = 189, --血战匹配
ServerListSelectPanel = 190, --服务器选择界面
ConfirmBindPanel = 191, --确定关联手机
MatchingPopup = 192, --匹配弹窗
MinMapPopup = 193, --小地图
RolePosInfoPopup = 194, --角色定位弹窗
SoulPrintAstrologyPanel = 195, --魂印占星面板
SoulPrintPanel = 196, --魂印装备界面
SoulPrintPopUp = 197, --魂印弹窗
SoulPrintHandBook = 198, --魂印图鉴
SoulPrintPopUpV2 = 199, --魂印详情与替换弹窗
MapFightResultPopup = 200, --血战结果显示
MapFightRewardPanel = 201, --血战奖励显示
MapFightBuyExtraPopup = 202, --血战额外奖励令牌购买界面
QuestionnairePanel = 203, --调查问卷
TalismanInfoPanel = 204, --法宝进阶界面
RoleTalismanChangePopup = 205, --法宝更换界面
TalismanUpStarSuccessPanel = 206, --法宝进阶成功界面
TalismanUpStarListPanel = 207, --法宝进阶选择界面
RewardTalismanSingleShowPopup = 208, --法宝背包详情界面
WarPowerChangeNotifyPanelV2 = 209, --战力提升V2版
RewardSoulPrintSingleShowPopup = 210, --魂印属性预览界面
HandBookTalismanInfoPanel = 211, --法宝图鉴详情界面
DiffMonsterPreviewSecretBoxPanel = 212, --秘盒招募异妖预览
PlayerInfoPopup = 213, --玩家信息展示
CDKeyExchangePanel = 214, --CDKey兑换
PatFaceDiffMonsterInfoPanel = 215, --异妖直购异妖详情界面
TreasureOfSomebodyPanelV2 = 216, --异妖秘宝
BuyTreasureLevelPanel = 217, --购买等级
UnlockExtraRewardPanel = 218, --解锁额外奖励
FightPointPassMainPanel = 219, --新关卡主界面
FightSmallChoosePanel = 220, --新关卡小地图选择界面
FightMiddleChoosePanel = 221, --新关卡中地图选择界面
FightAreaRewardPopup = 222, --新关卡产出界面
CostConfirmPopup = 223, --通用花费确认界面
RoleReturnPanel = 224, --回溯
BattleWinPopup = 225, --战斗胜利弹窗
BattleFailPopup = 226, --战斗失败弹窗
RoleReturnListPanel = 227, --回溯猎妖师选择界面
FightPointPassRankPopup = 228, --关卡排行弹窗
AlienMainPanel = 229, --外敌主界面
AlienRankRewardPopup = 230, --外敌排名奖励弹窗
ElementRestraintPopup = 231, --元素克制弹窗
FightAreaRewardFullPopup = 232, --挂机奖励预览界面
FastExploreInfoPopup = 233, --极速探索奖励预览
BattleStageTipPopup = 234, --战斗阶段提示界面
PassGiftPopup = 235, --通关豪礼面板
ArenaTopMatchPanel = 236, --巅峰战面板
RecordPopup = 237, --癫疯战记录
ArenaTypePanel = 238, -- 竞技场类型选择界面
SupremeHeroPopup = 239,--剑影仙踪弹窗
MatchTipPopup = 241, -- 竞猜提示弹窗
FindFairyPanel=242,--东海寻仙
ElementPopup = 243, -- 元素光环弹窗
FindFairyPopup=244,--东海寻仙通用弹窗
DropGetPlayerDecorateShopPanel=245,--掉落获得玩家称号坐骑皮肤展示界面
FindTreasureMainPanel=246,--寻宝任务界面
FindTreasureDispatchPanel=247,--寻宝派遣界面
FindTreasureVipPopup=248,--寻宝vip界面
ATMTeamRankPopup = 249,--巅峰战小组排名
ATMMyGuessHistoryPopup = 250,--巅峰战竞猜记录
DoGuessPopup = 251,--巅峰战竞猜界面
GuessCoinDropPopup = 252,--巅峰战竞猜成功恭喜获得
MonthRewardPreviewPopup = 253,--鸡精奖励预览
BattleBestPopup = 254,--战斗最佳
RedPacketPanel = 255,--公会红包面板
RedPacketPopup = 256,--公会红包弹窗
GuildBossPanel = 257,--公会boss
GuildBossTipPopup = 258,--公会boss奖励/扫荡
GuildBossLogPopup = 259,--公会boss进攻日志
GuildBossFightResultPopup = 260,--公会boss战斗结算
ExpeditionMainPanel = 261,--远征主界面
ExpeditionMonsterInfoPopup = 262,--远征对手详情界面
ExpeditionHeroListInfoPopup = 263,--远征查看所有猎妖师血量界面
ExpeditionHeroListResurgencePopup = 264,--远征复活猎妖师界面
ExpeditionSelectHalidomPanel = 265,--远征选择圣物界面
MonsterSkillPopup = 266,-- 怪物技能展示
RewardPreviewPopup = 267, -- 奖励预览
DialoguePopup = 268, ---新增剧情对话弹窗
ExpeditionHalidomPanel = 269,--远征圣物界面
FightLevelSwitchPopup = 270, -- 关卡转场弹窗
ResolvePanel=271, --献祭坛面板
GeneralPopup=272, --通用弹窗
AchievementPanel=273, --成就
CompoundPanel=274, --合成主界面
RoleTalismanPanelV2=275,--改版法宝界面
TalismanInfoPopup=276,--法宝信息弹窗
BattleTestPanel = 277, -- 战斗测试界面
RoleTalentPopup = 278, -- 英雄天赋弹窗
CompoundSelectListPopup = 279, -- 魂印合成选择界面
FormationPanelV2=280, --新编队
SevenDayCarnivalPanelV2=281, --新开服狂欢
DailyCarbonPanel=282,
RoleEquipTreasureChangePopup=283, --宝物展示穿戴写下替换界面
EquipTreasureStrongPopup=284, --宝物强化精炼界面
EquipTreasureResonancePanel=285, --宝器共鸣
BoxRewardShowPopup=286, --宝箱弹奖励详情
CarbonTypePanelV2=287,--新副本入口
GuildSkillUpLvPopup=288,--公会技能升级界面
TreasureStorePopup=289,--百宝商会活动弹窗
GuildFetePopup=290,--公会祭祀弹窗
DeathPosPanel=291,--公会十绝阵主面板
DeathPosInfoPanel=292,--公会十绝阵详情面板
DeathPosRankPopup=293,--公会十绝阵排行弹窗
DeathPosRewardPopup=294,--公会十绝阵奖励弹窗
GuildCarDelayMainPanel=295,--公会车迟斗法主界面
GuildCarDelayFindBossPopup=296,--公会车迟斗法查看Boss详情界面
GuildCarDelayLootPopup=297,--公会车迟斗法抢夺界面
GuildCarDelayRewardSortPopup=298,--公会车迟斗法奖励排行界面
GuildCarDelayLootRecordPopup=299,--公会车迟斗法抢夺记录界面
EightDayGiftPanel = 300,--八日奖励界面
2020-05-15 16:52:35 +08:00
MainRechargePanel = 301,--充值界面
OnlineRewardPanel = 302,--(新)在线奖励
GuildAidMainPopup = 303,--公会援助
2020-05-25 19:16:23 +08:00
HorseRaceLampView = 304,--跑马灯
TreasureOfHeavenPanel = 305,--天宫秘宝
HeavenUnlockExtraRewardPanel = 306,--天宫秘宝解锁额外奖励
VipPanelV2 = 307, --新的vip系统 其实他妈是旧的
2020-06-03 19:09:01 +08:00
FormationEditPopup=308, --原编队上阵弹窗 这里暂时用于森罗幻境
MissionDailyTipPanel = 309, --任务完成消息提示
OpenSeverWelfarePanel = 310, --开服福利界面
2020-06-08 13:57:30 +08:00
TrialRewardPopup=311, --试炼副本排行弹窗
RankingListMainPanel=312, --排行榜主界面
RankingSingleListPanel=313, --排行榜单个list界面
2020-06-13 11:47:13 +08:00
RewardBoxPanel = 314,--道具自选箱
UpGradePackagePanel = 315,--升级限时礼包
TrialMiniGamePanel = 316,-- 试炼小游戏界面
2020-06-28 17:52:29 +08:00
ShowEnemyInfoPanel = 317,--森罗幻境遇敌信息界面
2020-07-07 15:20:43 +08:00
EquipSellSelectPopup = 318,--装备分解选择界面
2020-07-10 17:55:11 +08:00
QianKunBoxBuyOnePanel = 319,--乾坤宝囊购买1次
QianKunBoxBuyTenPanel = 320,--乾坤宝囊购买10次
2020-07-20 19:46:08 +08:00
XuanYuanMirrorPanel = 321,--轩辕宝镜界面
XuanYuanMirrorPanelList = 322,--轩辕宝镜单个宝镜界面
CarbonTypePanelV3 = 323,--轩辕宝镜单个宝镜界面
TopMatchPlayBattleAinSelectPopup = 324,--巅峰战淘汰赛赛程记录回放
ArenaTopMatchGuessTipViewPopup = 325,--巅峰赛竞猜结果弹窗
2020-07-28 09:48:02 +08:00
DynamicActivityPanel = 326,--轮转活动通用窗口
2020-08-05 16:30:02 +08:00
CompoundHeroPanel = 327,--神将置换、合成界面
2020-08-08 15:51:55 +08:00
CompoundHeroUpStarListPanel = 328,--角色合成操作弹窗
2020-08-08 18:18:26 +08:00
CompoundHeroFirstUpStarListPanel = 329,--角色合成首位操作弹窗
2020-08-11 15:11:33 +08:00
XuanYuanMirrorRankPopup = 330,--轩辕宝镜排行
XuanYuanMirrorRewardSortPopup = 331,--轩辕宝镜奖励
2020-08-19 17:28:17 +08:00
GuildTranscriptMainPopup = 332,--公会副本
GuildTranscriptRewardSortPanel = 333,--公会副本奖励排行
2020-09-27 16:38:44 +08:00
GuideBattlePanel = 334, --引导战斗
2020-09-23 20:27:29 +08:00
DemonSlayerPanel = 335,--三界除魔
GeneralRankRewardPanel = 336,--通用排行奖励界面
XiaoYaoYouPanel=337, --逍遥游入口界面
XiaoYaoMapPanel=338, --逍遥游地图界面
PokemonMainPanel = 339, --灵兽主界面
PokemonListPanel = 340, --灵兽出战
PokemonInfoPanel = 341, --灵兽升级升星
2020-12-15 17:27:16 +08:00
PokemonSummonPanel = 342, --灵兽召唤
PokemonUpStarSuccessPanel = 343, --灵兽升级成功
XiaoyaoHeroGetPopup = 344 , --逍遥游购买神将
XiaoYaoLuckyBossPopup = 345 , --逍遥游boss来袭
XiaoYaoLuckyTurnTablePopup = 346, --逍遥游幸运转盘
XiaoYaoRewardPreviewPanel=347,--逍遥游奖池预览界面
XiaoYaoEventPanel=348,--逍遥游触发事件展示界面
PokemonSummonOneResultPanel=349, --灵兽单抽结果
PokemonSummonTenResultPanel=350,--灵兽十连结果
PokemonAllSkillInfoPopup=351,--灵兽所有技能详情
PokemonGetInfoPopup=352,--灵兽详情
PokemonSkillInfoPopup=353,--灵兽当前技能详情
PokemonSingleResultPanel=354,--灵兽
2020-10-24 18:29:05 +08:00
GeneralRewardPopup = 355,--通用奖励领取弹窗
2020-11-05 19:10:20 +08:00
GeneralBigPopup = 357,--通用大弹窗界面
LingShouBaoGeOneResultPanel = 358,--灵兽宝阁单抽
LingShouBaoGeTenResultPanel = 359,--灵兽宝阁十抽
2020-11-11 19:50:49 +08:00
RoleAwakeTalentPopup = 360,--通用大弹窗界面
RoleAwakeSuccessPanel = 361,--通用大弹窗界面
2020-12-10 16:23:13 +08:00
FourElementMonsterCampPanel = 367, --四灵试炼界面
MonsterCampMainPanel = 368, --心魔主界面
2020-12-09 16:51:26 +08:00
SacredTreePanel = 369,--建木神树界面
2021-06-15 20:08:14 +08:00
JumpServerPanel = 362,--跨服玩法主界面
JumpServerHightLadderPanel = 363,--跨服天梯主界面
JumpServerHightLadderRecordPopup = 364,--跨服天梯挑战记录
JumpServerHightLadderRewardSortPanel = 370,--跨服天梯排行奖励
2020-11-27 18:10:30 +08:00
HongMengPanel = 365,--鸿蒙阵
2020-12-15 11:03:34 +08:00
HongMengChooseHeroPanel = 366,--鸿蒙阵选人界面
2020-12-17 11:29:16 +08:00
HongMengUnLoadPanel = 371, --鸿蒙阵 卸载弹窗
GongMingResultTips = 372,-- 鸿蒙阵 共鸣弹窗
GongMingResultPanel = 373, --鸿蒙阵 共鸣结果弹窗
HongMengEnvoyPanel = 374, --鸿蒙碑
HongMengEnvoyUnloadPanel = 375, -- 鸿蒙碑卸载弹窗
2021-01-15 17:03:51 +08:00
TimeLimitSkinPanel = 376,--限时神装界面
2021-01-20 15:31:39 +08:00
NiuZhuanQianKunPanel = 377,--牛转钱坤界面
2021-02-22 20:22:26 +08:00
BattleBossInfoPanel = 379,--战斗boss详情界面
2021-03-05 17:27:57 +08:00
SysPanel = 380,--系统消息弹窗
2021-03-22 11:09:49 +08:00
NiuQiChongTianPanel = 382,--牛气冲天
2021-03-29 09:52:53 +08:00
FuXingGaoZhaoPanel = 383,--福星高照
TianShuMiJuan = 381,--天枢密卷弹窗
ActivityMainPanel = 384, --活动新界面
2021-04-09 16:14:24 +08:00
FifteenDayGiftPanel = 385,--十五日登录
RedpotDebugPanel = 386, -- 红点debug
StoryMapPanel = 387, -- 剧情
2021-04-23 14:12:24 +08:00
TaSuiLingXiaoPanel = 388,--踏碎凌霄
2021-05-21 16:39:08 +08:00
EndLessTreasurePanel = 397,--
2021-05-11 15:12:37 +08:00
FightLevelChapterPanel = 389,--山河社稷图章节界面
FightLevelSingleChapterPanel = 390,--山河社稷图每章小关卡界面
FightLevelSingleLevelInfoPopup = 391,--山河社稷图综合二级弹窗
2021-05-13 09:56:11 +08:00
FightLevelOpenChapterPopup = 393,--山河社稷图开启章节弹窗
2021-05-11 17:23:19 +08:00
PracticePanel = 392,--修行
2021-05-12 18:24:50 +08:00
PracticeImprintPanel = 394,--修行神印界面
GeneralInfoPopup = 395,--通用信息弹窗(类似技能信息界面)
2021-05-19 16:56:49 +08:00
CongratulationPopup = 396,--通用恭喜界面(类似恭喜升级)
2021-05-25 14:51:26 +08:00
MonsterCampNewPanel = 398,--心魔试炼新界面
2021-06-01 13:54:21 +08:00
AttriTips = 399,--属性弹窗
FightLevelTrialPanel = 400,--山河试炼
2021-06-16 11:59:52 +08:00
SurpriseBoxPanel = 401,--惊喜礼盒
2021-07-01 20:13:47 +08:00
JourneyWithWindPanel = 402,--缥缈之旅
2021-06-30 18:38:20 +08:00
TeHuiShenZhuangPanel = 403, --特惠神装
2021-07-06 11:55:21 +08:00
CarbonsPanel = 404, --副本界面
2021-07-08 18:40:43 +08:00
RecruitMainPanel = 405,
2021-09-22 20:47:13 +08:00
LikeAbilityPanel = 421,
HeroLikeAbilityPanel = 422,
2021-09-26 10:18:51 +08:00
RoleLikeabilityPopup = 427,
LikeabilityPopup = 426,
2021-08-03 10:27:36 +08:00
XunBaoMiZongPanel = 406, --寻宝迷踪
2021-08-06 11:31:41 +08:00
XunBaoMiZongMapPanel = 407, --寻宝迷踪地图界面
taiChuMiJuan = 408, --太初密卷
2021-09-06 17:21:53 +08:00
QiJieShiLianPanel = 409, --七界试炼界面
2021-09-09 20:45:12 +08:00
FourQuadrantPopup=410,--四象心法界面
2021-09-07 17:05:46 +08:00
WorldArenaMyTeamPanel = 411, --玉虚论道我的编队
WorldArenaOtherTeamPanel = 412, --玉虚论道其他的编队
WorldArenaMainPanel=413, --玉虚论道主界面
WorldArenaRankRewardPanel = 414,--玉虚论道奖励排行榜界面
2021-09-07 17:05:46 +08:00
WorldArenaUpRewardPanel = 415,--玉虚轮道段位改变界面
WorldArenaRecordPopup =416, --玉虚论道防守记录界面
WorldArenaBattleInfoPanel=417, --玉虚论道对战信息界面
2021-09-09 20:45:12 +08:00
FourQuadrantGongmingPopup=419,--四象心法共鸣界面
2021-09-13 18:06:39 +08:00
GeneralTreasurePanel=420, --通用秘宝界面
2021-09-28 10:34:05 +08:00
YuJianXingPanel = 428,--御剑行界面
2021-10-19 15:34:43 +08:00
CultivationPanel = 429,--主角修为界面
2021-10-21 13:06:25 +08:00
TreasureStoreSeason2 = 431,--新百宝商会
2021-10-20 21:33:37 +08:00
PracticeSkillInfoPanel = 430, --修行主角技能信息界面
2021-10-27 18:08:16 +08:00
DemonSlayerNewPanel = 432, --新版三界降魔
2021-11-09 14:39:27 +08:00
RoleGodSoulLayout = 434, --神魂界面
RewardTalismanSingleShowPopup2 = 435, --新·魂灵宝
2021-11-15 18:24:39 +08:00
TailsManSouPanel = 437,
TailsmanSoulMainPanel = 439,
2021-11-18 11:55:26 +08:00
IncarnationPanel = 438,
2021-11-11 10:06:49 +08:00
LingMaiMiJingPanel = 436,--灵脉秘境
2021-12-02 01:44:29 +08:00
RewardTailsmanChipShowPopup = 440,
ContinueGiftPanel = 441, -- 连续礼包
2021-12-02 14:03:38 +08:00
ContinuePackagePanel = 442, -- 连购礼包new
ArenaTrialPanel = 445,
2020-05-09 13:31:21 +08:00
}
SubUIConfig = {
UpView = { name = "UpView", assetName = "UpView", script = "View/UpView" },
BtView = { name = "BtView", assetName = "BtView", script = "View/BtView" },
ShopItemView = { name = "ShopItemView", assetName = "ShopItemView", script = "View/ShopItemView" },
ItemView = { name = "ItemView", assetName = "ItemView", script = "View/ItemView" },
RoleItemView = { name = "RoleItemView", assetName = "RoleItemView", script = "View/RoleItemView" },
DragView = { name = "DragView", assetName = "DragView", script = "View/DragView" },
ScrollCycleView = { name = "ScrollCycleView", assetName = "ScrollCycleView", script = "View/ScrollCycleView" },
ScrollFitterView = { name = "ScrollFitterView", assetName = "ScrollCycleView", script = "View/ScrollFitterView" },
NumberView = { name = "NumberView", assetName = "NumberView", script = "View/NumberView" },
ShopView = { name = "ShopView", assetName = "ShopView", script = "View/ShopView" },
JumpView = { name = "JumpView", assetName = "JumpView", script = "View/JumpView" }, --前往
JumpViewNew = { name = "JumpViewNew", assetName = "JumpViewNew", script = "View/JumpViewNew" }, --前往
2020-05-09 13:31:21 +08:00
ElementalResonanceView = { name = "ElementalResonanceView", assetName = "ElementalResonanceView", script = "View/ElementalResonanceView" }, --前往
PlayerHeadView = { name = "PlayerHeadView", assetName = "PlayerHead", script = "View/PlayerHeadView" }, -- 玩家头像
2020-05-25 19:16:23 +08:00
-- HorseRaceLampView = { name = "HorseRaceLampView", assetName = "HorseRaceLamp", script = "View/HorseRaceLampView" }, -- 跑马灯
2020-05-09 13:31:21 +08:00
ChatTipView = { name = "ChatTipView", assetName = "ChatTipView", script = "View/ChatTipView" }, -- 聊天Tip
PlayerLiveView = { name = "PlayerLiveView", assetName = "PlayerLiveView", script = "View/PlayerLiveView" }, -- 玩家动态例会(小人)
2021-02-05 17:57:59 +08:00
FourTrailSingleHelpHero = { name = "FourTrailSingleHelpHero", assetName = "FourTrailSingleHelpHero", script = "View/FourTrailSingleHelpHero" }, -- 玩家动态例会(小人)
2020-12-02 09:59:18 +08:00
HarmonyView={ name = "HarmonyView",assetName = "HarmonyView",script = "View/HarmonyView" }, --鸿蒙阵内容
2021-03-19 14:37:24 +08:00
FetterItem = { name = "FetterItem",assetName = "FetterItem",script = "View/FetterItem" }, --鸿蒙阵内容
PlayerInfoView = { name = "PlayerInfoView",assetName = "PlayerInfoView",script = "View/PlayerInfoView" }, -- 玩家信息条
2021-04-01 18:50:06 +08:00
RewardPanel = { name = "RewardPanel",assetName = "RewardPanel",script = "View/RewardPanel" }, -- --奖励预览
MoneyNumView = { name = "MoneyNumView",assetName = "MoneyNumView",script = "View/MoneyNumView" }, -- 各币种钱数显示
HandBookRoleInfoLayout = { name = "HandBookRoleInfoLayout",assetName = "HandBookRoleInfoLayout",script = "Modules/HandBook/HandBookRoleInfoLayout" },
HandBookRoleSkinPanel = { name = "RoleSkinLayout",assetName = "RoleSkinLayout",script = "Modules/HandBook/HandBookRoleSkinPanel" },
RoleInfoLayout = { name = "RoleInfoLayout",assetName = "RoleInfoLayout",script = "Modules/RoleInfo/RoleInfoLayout" },
RoleAwakelayout = { name = "RoleAwakelayout",assetName = "RoleAwakelayout",script = "Modules/RoleInfo/RoleAwakeLayout" },
RoleSkinLayout = { name = "RoleSkinLayout",assetName = "RoleSkinLayout",script = "Modules/RoleInfo/RoleSkinPanel" },
RoleStoryLayout = { name = "RoleStoryLayout",assetName = "RoleStoryLayout",script = "Modules/RoleInfo/RoleStoryLayout" },
RoleUpStarLayout = { name = "RoleUpStarLayout",assetName = "RoleUpStarLayout",script = "Modules/RoleInfo/RoleUpStarLayout" },
SingleFightPlayerView = { name = "SingleFightPlayerView",assetName = "SingleFightPlayerView",script = "View/SingleFightPlayerView" }, -- 挂机界面一个人
2021-04-26 09:41:41 +08:00
SingleStoryPlayerView = { name = "SingleStoryPlayerView",assetName = "SingleStoryPlayerView",script = "View/SingleStoryPlayerView" } , --剧情界面一个对象
PlayerTitle = {name = "PlayerTitle",assetName = "PlayerTitle",script = "View/PlayerTitle"},
2021-10-22 15:47:59 +08:00
RoleGodSoulLayout = {name = "RoleGodSoulLayout",assetName = "RoleGodSoulLayout",script = "Modules/RoleInfo/RoleGodSoulLayout"},
2021-09-29 18:34:54 +08:00
PlayerRiceView = {name = "RiceSinglePlayerView",assetName = "RiceSinglePlayerView",script = "Modules/YuJianXing/RiceSinglePlayerView"},
2021-11-05 10:18:10 +08:00
starGrid = {name = "StarGrid",assetName = "StarGrid",script = "View/StarGrid"},
[1] = {name = "EveryDayGift",assetName = "EveryDayGift",script = "Modules/Recharge/View/EveryDayGift"},
2021-03-30 10:48:34 +08:00
[2] = {name = "GiftPre",assetName = "GiftPre",script = "Modules/Recharge/View/GiftPre"},
[3] = {name = "RechargeView",assetName = "RechargeView",script = "Modules/Recharge/View/RechargeView"},
[4] = {name = "CumulativeSignInPage",assetName = "CumulativeSignInPage",script = "Modules/Operating/CumulativeSignInPage"},
[5] = {name = "MonthCardPage",assetName = "MonthCardPage",script = "Modules/Operating/MonthCardPage"},
[6] = {name = "GrowthGiftPage",assetName = "GrowthGiftPage",script = "Modules/Operating/GrowthGiftPage"},
[7] = {name = "MissionPre",assetName = "MissionPre",script = "Modules/Operating/MissionPre"},
2021-03-30 20:17:26 +08:00
[8] = {name = "UppperMonthCard",assetName = "UppperMonthCard",script = "Modules/Operating/UppperMonthCard"},
2021-04-27 14:42:13 +08:00
[9] = {name = "ItemUpstarPre",assetName = "ItemUpstarPre",script = "Modules/NewActivity/ItemUpstarPre"},--装备升星单条预设
[10] = {name = "CommonActPage",assetName = "CommonActPage",script = "Modules/NewActivity/CommonActPage"},--活动界面预设
[11] = {name = "ExpertPage",assetName = "ExpertPage",script = "Modules/NewActivity/ExpertPage"},--达人界面预设
[12] = {name = "ExpertPre",assetName = "ExpertPre",script = "Modules/NewActivity/ExpertPre"},--达人单条预设
[13] = {name = "ConRechargePage",assetName = "ConRechargePage",script = "Modules/NewActivity/ConRechargePage"},--积天豪礼界面预设
[14] = {name = "ExChangePage",assetName = "ExChangePage",script = "Modules/NewActivity/ExChangePage"},--限时兑换界面预设
[15] = {name = "page2",assetName = "page2",script = "Modules/DynamicActivity/SheJiDaDian"}, --社稷大典
--[16] = {name = "TimeLimitUpHero",assetName = "TimeLimitUpHero",script = "Modules/DynamicActivity/TimeLimitUpHero"}, --限时召唤
[16] = {name = "page3",assetName = "page3",script = "Modules/DynamicActivity/TimeLimitedCall"}, --限时召唤
[17] = {name = "page4",assetName = "page4",script = "Modules/DynamicActivity/QianKunBox"},--乾坤宝盒
[18] = {name = "page9",assetName = "page9",script = "Modules/DynamicActivity/YiJingBaoKu"},--易经宝库
[19] = {name = "page10",assetName = "page10",script = "Modules/DynamicActivity/ShengYiTianJiang"},--神衣天降
[20] = {name = "page11",assetName = "page11",script = "Modules/DynamicActivity/LingShowTeHui"},--灵兽特惠
[21] = {name = "page12",assetName = "page12",script = "Modules/DynamicActivity/LingShouBaoGe"},--灵兽宝阁
[22] = {name = "page13",assetName = "page13",script = "Modules/DynamicActivity/XinJiangLaiXi"},--新将来袭
[23] = {name = "page14",assetName = "page14",script = "Modules/DynamicActivity/XiangYaoDuoBao"},--降妖夺宝
[24] = { name = "ShopView", assetName = "ShopView", script = "View/ShopViewNew" },
2021-05-24 11:08:16 +08:00
[25] = { name = "FuXingGaoZhaoPanel", assetName = "FuXingGaoZhaoPanel", script = "Modules/FuXingGaoZhao/FuXingGaoZhaoPanel" },
[26] = { name = "NiuQiChongTianPanel", assetName = "NiuQiChongTianPanel", script = "Modules/NiuQiChongTian/NiuQiChongTianPanel" },
[27] = {name = "TimeLimitUpHero",assetName = "TimeLimitUpHero",script = "Modules/DynamicActivity/TimeLimitUpHero"}, --限时英雄up界面
2021-06-15 11:41:37 +08:00
[28] = {name = "LingLongBaoJingPanel",assetName = "LingLongBaoJingPanel",script = "Modules/linglongbaojing/LingLongBaoJingPanel"}, --限时英雄up界面
[30] = {name = "UpStarPre",assetName = "UpStarPre",script = "Modules/UpStar/UpStarPre"}, --限时英雄up界面
2021-06-18 17:00:52 +08:00
[29] = {name = "page15",assetName = "page15",script = "Modules/DynamicActivity/ShengXingYouLi"},--升星有礼
2021-07-08 18:40:43 +08:00
[31] = {name = "RecruitPanelNew",assetName = "RecruitPanelNew",script = "Modules/Recruit/RecruitPanelNew"},--
[32] = {name = "ElementDrawCardPanelNew",assetName = "ElementDrawCardPanelNew",script = "Modules/Recruit/ElementDrawCardPanelNew"},--升星有礼
[33] = {name = "XunBaoMiZongPanel",assetName = "XunBaoMiZongPanel",script = "Modules/XunBaoMiZong/XunBaoMiZongPanel"},--寻宝迷踪
2021-10-28 15:22:17 +08:00
[34] = {name = "WeekCardPage",assetName = "WeekCardPage",script = "Modules/Operating/WeekCardPage"},
2021-11-26 14:11:23 +08:00
[35] = {name = "page16",assetName = "page16",script = "Modules/TailsManSoul/TailsmanSoulChipLottery"},
2021-12-02 15:18:56 +08:00
[36] = {name = "page17",assetName = "page17",script = "Modules/Incarnation/IncarnationLottery"},
2021-12-10 13:41:03 +08:00
[37] = {name = "RecruitTreasurePanel",assetName = "RecruitTreasurePanel",script = "Modules/TreasureOfHeaven/RecruitTreasurePanel"},
2020-05-09 13:31:21 +08:00
}