显示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

@@ -1,5 +1,5 @@
import { Chunk } from "../scripts/terminal";
import { FrameDetails, Info, NodeInfoData, ObjectData, ObjectItemRequestData, TreeData } from "../views/devtools/data";
import { FrameDetails, Info, NodeInfoData, TreeData } from "../views/devtools/data";
export enum Page {
None = "None",
@@ -38,6 +38,10 @@ export interface ResponseSupportData {
* 消息
*/
msg: string;
/**
* engine版本
*/
version: string;
}
export type ResponseUpdateFramesData = FrameDetails[];