From 9e3efa04c7e88027e6396f82125e9c4dbae9bbcd Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:00:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(vscode-config-extension):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8F=91=E5=B8=83=E8=80=85=E5=90=8D=E7=A7=B0=E4=B8=BA?= =?UTF-8?q?=E5=A4=A7=E5=86=99=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 publisher 字段从 gewuyou 更改为 GeWuYou - 保持其他配置信息不变 --- tools/vscode-config-extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/vscode-config-extension/package.json b/tools/vscode-config-extension/package.json index 5ec01e7..71588e3 100644 --- a/tools/vscode-config-extension/package.json +++ b/tools/vscode-config-extension/package.json @@ -3,14 +3,14 @@ "displayName": "GFramework Config Tool", "description": "VS Code tooling for browsing, validating, and editing AI-First config files in GFramework projects.", "version": "0.0.1", - "publisher": "gewuyou", + "publisher": "GeWuYou", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/GeWuYou/GFramework.git", "directory": "tools/vscode-config-extension" }, - "homepage": "https://github.com/GeWuYou/GFramework/tree/main/tools/vscode-config-extension", + "homepage": "https://github.com/GeWuYou/GFramework/tree/main/tools/gframework-config-tool", "bugs": { "url": "https://github.com/GeWuYou/GFramework/issues" },