显示Engine版本号

This commit is contained in:
xu_yanfeng
2025-01-12 17:57:02 +08:00
parent aba21c6f89
commit 8bff11cc10
10 changed files with 91 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ export class PortDevtools extends PortMan {
if (port) {
port.send(data);
} else {
const e = new PluginEvent(Page.Background, Page.Devtools, Msg.ResponseSupport, { support: false, msg: "disconnect with game, please refresh page" } as ResponseSupportData);
const e = new PluginEvent(Page.Background, Page.Devtools, Msg.ResponseSupport, { support: false, msg: "disconnect with game, please refresh page", version: "" } as ResponseSupportData);
this.send(e);
}
}