将 consts 整理到几个文件中

This commit is contained in:
liangtongchuan
2020-12-15 16:02:59 +08:00
parent 3a78f667c3
commit e877b0190d
61 changed files with 402 additions and 69 deletions

7
shared/consts/index.ts Normal file
View File

@@ -0,0 +1,7 @@
export * from './constModules/abilityConst';
export * from './constModules/battleConst';
export * from './constModules/calcuConst';
export * from './constModules/heroConst';
export * from './constModules/itemConst';
export * from './constModules/sysConst';
export * from './statusCode';