feat(配置): 更新可选技能和英雄列表并添加技能名称显示
- 修改CanSelectSkills和CanSelectHeros数组内容 - 在HInfoComp中添加技能名称显示功能
This commit is contained in:
@@ -292,4 +292,4 @@ export const EAnmConf: Record<number, IEndAnm> = {
|
||||
9001:{uuid:9001,path:"atked",loop:false,time:0},
|
||||
};
|
||||
|
||||
export const CanSelectSkills = [6001, 6002, 6005, 6100, 6101, 6102, 6103];
|
||||
export const CanSelectSkills = [6002, 6004, 6003, 6100];
|
||||
|
||||
@@ -122,7 +122,7 @@ export interface heroInfo {
|
||||
info: string; // 描述文案
|
||||
}
|
||||
|
||||
export const CanSelectHeros = [5001, 5002, 5005, 5007, 5008, 5009, 5010];
|
||||
export const CanSelectHeros = [5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008];
|
||||
|
||||
export const HeroInfo: Record<number, heroInfo> = {
|
||||
// ========== 英雄角色 ==========
|
||||
|
||||
Reference in New Issue
Block a user