mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-16 07:01:03 +00:00
This commit is contained in:
parent
b6fe557408
commit
1d94f11ab4
@ -9,7 +9,7 @@ function i18n(key: string) {
|
||||
|
||||
const manifest: CocosPluginManifest = {
|
||||
name: pkgName,
|
||||
version: "2.1.5",
|
||||
version: "2.1.6",
|
||||
description: "Debug games made with CocosCreator and display node trees and node properties",
|
||||
author: "xu_yanfeng",
|
||||
main: "./src/main.ts",
|
||||
@ -54,7 +54,7 @@ const manifest: CocosPluginManifest = {
|
||||
},
|
||||
};
|
||||
const options: CocosPluginOptions = {
|
||||
obscure: true,
|
||||
obscure: false,
|
||||
server: {
|
||||
enabled: false,
|
||||
port: 2022,
|
||||
|
Loading…
x
Reference in New Issue
Block a user