%体力 修改文本

This commit is contained in:
S-t-e-v-e-e 2025-06-24 10:03:52 +08:00
parent 274db7eeba
commit c46980b378
2 changed files with 3 additions and 3 deletions

View file

@ -101,8 +101,8 @@ export class ZZZNoteResp {
get sign_label() {
if (this.card_sign?.includes('Done')) {
return '已抽奖';
return '已完成';
}
return '未抽奖';
return '未完成';
}
}