feat: 实现 open_prefab 工具,优化预制体创建稳定性,并完成全量源码 (JS/TS)、文档与配置的汉化合规审计

This commit is contained in:
火焰库拉
2026-02-13 13:52:27 +08:00
parent 8df6f5a415
commit 24bc7b7b1f
11 changed files with 2024 additions and 1547 deletions

View File

@@ -6,14 +6,14 @@
"main": "main.js",
"scene-script": "scene-script.js",
"main-menu": {
"MCP Bridge/Open Panel": {
"MCP 桥接器/开启测试面板": {
"message": "mcp-bridge:open-test-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "MCP Test Panel",
"title": "MCP 测试面板",
"width": 400,
"height": 300
},