mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 00:48:43 +00:00
This commit is contained in:
parent
b6fe557408
commit
1d94f11ab4
@ -9,7 +9,7 @@ function i18n(key: string) {
|
|||||||
|
|
||||||
const manifest: CocosPluginManifest = {
|
const manifest: CocosPluginManifest = {
|
||||||
name: pkgName,
|
name: pkgName,
|
||||||
version: "2.1.5",
|
version: "2.1.6",
|
||||||
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",
|
||||||
@ -54,7 +54,7 @@ const manifest: CocosPluginManifest = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
const options: CocosPluginOptions = {
|
const options: CocosPluginOptions = {
|
||||||
obscure: true,
|
obscure: false,
|
||||||
server: {
|
server: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
port: 2022,
|
port: 2022,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user