mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-01 05:55:25 +00:00
显示Engine版本号
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user