From 988d7f85fdbde6a8e81291ad1bfbcb8f9dad80f4 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:46:34 +0800 Subject: [PATCH] =?UTF-8?q?docs(config):=20=E6=B7=BB=E5=8A=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=B3=BB=E7=BB=9F=E6=96=87=E6=A1=A3=E5=92=8CVS=20Code?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新GitHub工作流中工具路径配置 - 新增游戏内容配置系统详细文档 - 创建VS Code扩展包描述文件 - 添加VS Code扩展功能说明文档 --- .github/workflows/publish-vscode-extension.yml | 2 +- docs/zh-CN/game/config-system.md | 2 +- tools/gframework-config-tool/README.md | 4 ++-- tools/gframework-config-tool/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-vscode-extension.yml b/.github/workflows/publish-vscode-extension.yml index f37e964..faf5379 100644 --- a/.github/workflows/publish-vscode-extension.yml +++ b/.github/workflows/publish-vscode-extension.yml @@ -26,7 +26,7 @@ # # defaults: # run: -# working-directory: tools/vscode-config-extension +# working-directory: tools/gframework-config-tool # # steps: # - name: Checkout repository diff --git a/docs/zh-CN/game/config-system.md b/docs/zh-CN/game/config-system.md index 7129b70..a133ff6 100644 --- a/docs/zh-CN/game/config-system.md +++ b/docs/zh-CN/game/config-system.md @@ -195,7 +195,7 @@ var hotReload = loader.EnableHotReload( ## VS Code 工具 -仓库中的 `tools/vscode-config-extension` 当前提供以下能力: +仓库中的 `tools/gframework-config-tool` 当前提供以下能力: - 浏览 `config/` 目录 - 打开 raw YAML 文件 diff --git a/tools/gframework-config-tool/README.md b/tools/gframework-config-tool/README.md index ffa850d..8a7c967 100644 --- a/tools/gframework-config-tool/README.md +++ b/tools/gframework-config-tool/README.md @@ -28,7 +28,7 @@ The extension currently validates the repository's minimal config-schema subset: ## Local Testing ```bash -cd tools/vscode-config-extension +cd tools/gframework-config-tool bun install bun run test ``` @@ -36,7 +36,7 @@ bun run test ## Packaging And Publishing ```bash -cd tools/vscode-config-extension +cd tools/gframework-config-tool bun install bun run package:vsix VSCE_PAT=your_marketplace_pat bun run publish:marketplace diff --git a/tools/gframework-config-tool/package.json b/tools/gframework-config-tool/package.json index 71588e3..cbc751f 100644 --- a/tools/gframework-config-tool/package.json +++ b/tools/gframework-config-tool/package.json @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/GeWuYou/GFramework.git", - "directory": "tools/vscode-config-extension" + "directory": "tools/gframework-config-tool" }, "homepage": "https://github.com/GeWuYou/GFramework/tree/main/tools/gframework-config-tool", "bugs": {