mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-01-30 23:19:54 +00:00
修改更新面板失败文案,增加mys更新面板提示
This commit is contained in:
parent
dde0d4042c
commit
cba60ac86c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user