将 consts 整理到几个文件中
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import { resResult, shouldRefresh } from '../pubUtils/util';
|
||||
import { STATUS } from '../consts/statusCode';
|
||||
import { RoleModel } from '../db/Role';
|
||||
import { DUNGEON_CONST } from '../consts/consts';
|
||||
import { DUNGEON_CONST } from '../consts';
|
||||
|
||||
// 检查秘境本次数checkBattle使用
|
||||
export async function checkDungeonNum(roleId: string, inc: number) {
|
||||
|
||||
Reference in New Issue
Block a user