修改debug模式开关读取地点
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user