修改更新面板失败文案,增加mys更新面板提示

This commit is contained in:
千奈千祁 2025-01-27 00:01:34 +08:00 committed by GitHub
parent dde0d4042c
commit cba60ac86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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