From 1d94f11ab4c062b77609dc8dceb376654aa7850d Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Thu, 6 Feb 2025 15:52:46 +0800 Subject: [PATCH] 2.1.6 --- cc-plugin.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc-plugin.config.ts b/cc-plugin.config.ts index c35572f..ebe169f 100644 --- a/cc-plugin.config.ts +++ b/cc-plugin.config.ts @@ -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,