mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 21:57:44 +00:00
%体力 修改文本
This commit is contained in:
parent
274db7eeba
commit
c46980b378
2 changed files with 3 additions and 3 deletions
|
|
@ -101,8 +101,8 @@ export class ZZZNoteResp {
|
|||
|
||||
get sign_label() {
|
||||
if (this.card_sign?.includes('Done')) {
|
||||
return '已抽奖';
|
||||
return '已完成';
|
||||
}
|
||||
return '未抽奖';
|
||||
return '未完成';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<div class="active">
|
||||
<div class="status {{note.sign && 'finish'}}"></div>
|
||||
<div class="title">刮刮卡</div>
|
||||
<div class="title">刮刮卡/占卜</div>
|
||||
<div class="value">
|
||||
{{note.sign_label}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue