update: panel

This commit is contained in:
bietiaop 2024-07-18 14:26:12 +08:00
parent 3d54e240a7
commit 9bd603e3c9
9 changed files with 92 additions and 10 deletions

View file

@ -62,10 +62,6 @@ export class Panel extends ZZZPlugin {
const uid = await this.getUID();
if (!uid) return false;
const result = getPanelList(uid);
if (!result) {
await this.reply('未找到面板列表,请先刷新面板');
return false;
}
await this.getPlayerInfo();
const timer = setTimeout(() => {
if (this?.reply) {