2.1.6
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
xu_yanfeng 2025-02-06 15:52:46 +08:00
parent b6fe557408
commit 1d94f11ab4

View File

@ -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,