✨ feat(测试): 自动测试用删除账号接口
This commit is contained in:
@@ -806,4 +806,9 @@ export function getGachaRemainFloor(gachaId: number, userFloor: Floor[]) {
|
||||
}
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
export function isDevelopEnv(env: string) {
|
||||
const envs = ['development', 'monitor', 'alpha', 'dev'];
|
||||
return envs.indexOf(env) != -1;
|
||||
}
|
||||
Reference in New Issue
Block a user