From cba60ac86cde4f6b14f533fa55677452e15dad5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=A5=88=E5=8D=83=E7=A5=81?= <145051402+qiannqq@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E5=A4=B1=E8=B4=A5=E6=96=87=E6=A1=88=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0mys=E6=9B=B4=E6=96=B0=E9=9D=A2=E6=9D=BF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/serv/ProfileReq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/serv/ProfileReq.js b/models/serv/ProfileReq.js index 636c4c4f..fb42c64c 100644 --- a/models/serv/ProfileReq.js +++ b/models/serv/ProfileReq.js @@ -43,7 +43,7 @@ export default class ProfileReq extends Base { let serv = this.serv let extra = serv.name ? `当前面板服务${serv.name},` : '' const msgs = { - error: `UID${this.uid}更新面板失败,${extra}\n可能是面板服务维护中,请稍后重试...`, + error: `UID${this.uid}更新面板失败,${extra}\n可能是面板服务维护中,请稍后重试...\n或尝试使用【#米游社更新面板】`, empty: '请将角色放置在【游戏内】角色展柜,并打开【显示详情】,等待5分钟重新获取面板' } msg = msgs[msg] || msg