mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 08:58:41 +00:00
2.1.4
This commit is contained in:
parent
18d8f7e5c4
commit
6dc523bf9f
@ -9,7 +9,7 @@ function i18n(key: string) {
|
|||||||
|
|
||||||
const manifest: CocosPluginManifest = {
|
const manifest: CocosPluginManifest = {
|
||||||
name: pkgName,
|
name: pkgName,
|
||||||
version: "2.1.3",
|
version: "2.1.4",
|
||||||
description: "Debug games made with CocosCreator and display node trees and node properties",
|
description: "Debug games made with CocosCreator and display node trees and node properties",
|
||||||
author: "xu_yanfeng",
|
author: "xu_yanfeng",
|
||||||
main: "./src/main.ts",
|
main: "./src/main.ts",
|
||||||
@ -50,6 +50,7 @@ const manifest: CocosPluginManifest = {
|
|||||||
script_background: "src/scripts/background/index.ts",
|
script_background: "src/scripts/background/index.ts",
|
||||||
script_content: "src/scripts/content/index.ts",
|
script_content: "src/scripts/content/index.ts",
|
||||||
script_inject: "src/scripts/inject/index.ts",
|
script_inject: "src/scripts/inject/index.ts",
|
||||||
|
script_inject_view: "src/scripts/inject-view/web-test.ts",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const options: CocosPluginOptions = {
|
const options: CocosPluginOptions = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user