This commit is contained in:
xu_yanfeng
2025-01-28 09:35:49 +08:00
parent d15fc4c558
commit 570cc2a773
2 changed files with 476 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ function i18n(key: string) {
const manifest: CocosPluginManifest = {
name: pkgName,
version: "2.1.4",
version: "2.1.5",
description: "Debug games made with CocosCreator and display node trees and node properties",
author: "xu_yanfeng",
main: "./src/main.ts",
@@ -54,8 +54,9 @@ const manifest: CocosPluginManifest = {
},
};
const options: CocosPluginOptions = {
obscure: true,
server: {
enabled: true,
enabled: false,
port: 2022,
https: true,
writeToDisk: true,