mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
parent
e843a5e412
commit
33a1bd5d39
3 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ export function supportGuoba() {
|
|||
field: 'config.render.scale',
|
||||
label: '渲染精度',
|
||||
bottomHelpMessage:
|
||||
'设置插件的渲染精度,可选值50~200,建议100。设置高精度会提高图片的精细度,但因图片较大可能会影响渲染与发送速度',
|
||||
'设置插件的渲染精度,可选值50~200,建议100。设置高精度会提高图片的精细度,但因图片较大可能会影响渲染与发送速度,官方QQBot建议不要超过85,否则可能会因为文件过大发送失败',
|
||||
component: 'InputNumber',
|
||||
required: true,
|
||||
componentProps: {
|
||||
|
|
|
|||
|
|
@ -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