From a4179d4e729472ed7cb545530ace6b11af5d43b4 Mon Sep 17 00:00:00 2001 From: lroyia Date: Wed, 1 Apr 2026 09:47:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20marketplace.json=20=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E5=88=B0=E4=BB=93=E5=BA=93=E6=A0=B9=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit marketplace.json 应放置在仓库根目录以便 Claude Code /plugin marketplace add 命令能正确识别插件市场。 --- .claude-plugin/marketplace.json => marketplace.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .claude-plugin/marketplace.json => marketplace.json (100%) diff --git a/.claude-plugin/marketplace.json b/marketplace.json similarity index 100% rename from .claude-plugin/marketplace.json rename to marketplace.json