修改debug模式开关读取地点

This commit is contained in:
luying
2022-05-16 11:43:44 +08:00
parent 51f859f120
commit 7e768a4065
12 changed files with 57 additions and 37 deletions

View File

@@ -27,8 +27,12 @@ export interface DicServerConst {
readonly CLOSE_LOGIN_WHEN_ONLINE_MAX: number;
// 最大在线人数
readonly MAX_ONLINE_USER_COUNT: number;
// debug模式
// 是否开启支付0.01元
readonly DEBUG_PAY: number;
// 是否开启时间修改
readonly DEBUG_TIME: number;
// 是否检查屏蔽词
readonly CHECK_WORD: number;
}
export const dicServerConst: DicServerConst = {} as DicServerConst;