From d2a8b773875972114610d72234172e902ca75699 Mon Sep 17 00:00:00 2001 From: xyf-mac Date: Sat, 20 Nov 2021 21:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/devtools/data.ts | 5 ++++ source/src/devtools/ui/index.vue | 32 +++++++++++++++----------- source/src/devtools/ui/propertys.vue | 34 ++++++++++++---------------- source/src/inject/index.ts | 10 +++++--- 4 files changed, 46 insertions(+), 35 deletions(-) diff --git a/source/src/devtools/data.ts b/source/src/devtools/data.ts index 72771aa..7790ddc 100644 --- a/source/src/devtools/data.ts +++ b/source/src/devtools/data.ts @@ -222,3 +222,8 @@ export class Group { this.data = orderKeys.concat(otherKeys); } } + +export interface NodeInfoData { + uuid: string;// 节点的uuid + group: Group[]; +} diff --git a/source/src/devtools/ui/index.vue b/source/src/devtools/ui/index.vue index e7756e4..95d57d7 100644 --- a/source/src/devtools/ui/index.vue +++ b/source/src/devtools/ui/index.vue @@ -11,7 +11,7 @@
inspect target:
- + @@ -31,13 +31,13 @@ - set +
- +