%体力 修改文本 & 增加锅巴提示 (#131)

* %体力 修改文本

* 增加提示
This commit is contained in:
Steve喵~ 2025-07-10 20:10:32 +08:00 committed by GitHub
parent e843a5e412
commit 33a1bd5d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

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