feat: 支持新版的关卡页面
This commit is contained in:
@@ -38,8 +38,8 @@ export class StorageManager {
|
||||
|
||||
/** 默认体力值 */
|
||||
private static readonly DEFAULT_STAMINA: StaminaInfo = {
|
||||
current: 5,
|
||||
max: 5,
|
||||
current: 50,
|
||||
max: 50,
|
||||
nextRecoverAt: null,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user