From 33a1bd5d3921dcdf55fd714b90a5c2b0c7188128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=E5=96=B5=7E?= <117198625+S-t-e-v-e-e@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:10:32 +0800 Subject: [PATCH] =?UTF-8?q?%=E4=BD=93=E5=8A=9B=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E6=9C=AC=20&=20=E5=A2=9E=E5=8A=A0=E9=94=85=E5=B7=B4?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=20(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * %体力 修改文本 * 增加提示 --- guoba.support.js | 2 +- model/note.js | 4 ++-- resources/note/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guoba.support.js b/guoba.support.js index 2842701..330e2d8 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -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: { diff --git a/model/note.js b/model/note.js index cdb23fa..7b3126c 100644 --- a/model/note.js +++ b/model/note.js @@ -101,8 +101,8 @@ export class ZZZNoteResp { get sign_label() { if (this.card_sign?.includes('Done')) { - return '已抽奖'; + return '已完成'; } - return '未抽奖'; + return '未完成'; } } diff --git a/resources/note/index.html b/resources/note/index.html index b9a4555..70b0813 100644 --- a/resources/note/index.html +++ b/resources/note/index.html @@ -50,7 +50,7 @@