feat: 支持新的关卡数据结构
This commit is contained in:
@@ -7,7 +7,10 @@ export class StaminaInfoDto {
|
||||
@ApiProperty({ description: '体力值上限' })
|
||||
max!: number;
|
||||
|
||||
@ApiProperty({ description: '下次恢复时间(ISO 字符串),满体力时为 null', nullable: true })
|
||||
@ApiProperty({
|
||||
description: '下次恢复时间(ISO 字符串),满体力时为 null',
|
||||
nullable: true,
|
||||
})
|
||||
nextRecoverAt!: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user