mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 01:55:25 +00:00
删除
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
module.exports = {
|
||||
Page: {
|
||||
Inject: "inject.js",
|
||||
Devtools: "devtools.js",
|
||||
DevToolsPanel:"DevToolsPanel",
|
||||
Content: "content.js",
|
||||
Popup: "popup.js",
|
||||
Options: "options.js",
|
||||
},
|
||||
Msg: {
|
||||
NodeInfo: "node_info",// 具体的节点信息
|
||||
ListInfo: "list_info",// 节点树信息
|
||||
Support: "game_support",// 游戏支持信息
|
||||
MemoryInfo:"memory_info",//
|
||||
UrlChange:"url_change",
|
||||
}
|
||||
}
|
15
source/src/core/plugin-msg.ts
Normal file
15
source/src/core/plugin-msg.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export const Page = {
|
||||
Inject: "inject.js",
|
||||
Devtools: "devtools.js",
|
||||
DevToolsPanel: "DevToolsPanel",
|
||||
Content: "content.js",
|
||||
Popup: "popup.js",
|
||||
Options: "options.js",
|
||||
}
|
||||
export const Msg = {
|
||||
NodeInfo: "node_info",// 具体的节点信息
|
||||
ListInfo: "list_info",// 节点树信息
|
||||
Support: "game_support",// 游戏支持信息
|
||||
MemoryInfo: "memory_info",//
|
||||
UrlChange: "url_change",
|
||||
}
|
Reference in New Issue
Block a user