mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 01:55:25 +00:00
完成节点数据的收集
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export const Page = {
|
||||
Inject: "inject.js",
|
||||
Devtools: "devtools.js",
|
||||
Inject: "Inject",
|
||||
Devtools: "Devtools",
|
||||
DevToolsPanel: "DevToolsPanel",
|
||||
Content: "content.js",
|
||||
Popup: "popup.js",
|
||||
Options: "options.js",
|
||||
Content: "Content",
|
||||
Popup: "Popup",
|
||||
Options: "Options",
|
||||
}
|
||||
export const Msg = {
|
||||
NodeInfo: "node_info",// 具体的节点信息
|
||||
|
Reference in New Issue
Block a user