mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
update: panel
This commit is contained in:
parent
3d54e240a7
commit
9bd603e3c9
9 changed files with 92 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue