From ce7bb8ad19da1e84074ceceef0a2ec688b5a344f Mon Sep 17 00:00:00 2001 From: chroe <454604461@qq.com> Date: Thu, 4 Jun 2026 10:18:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20batch-delete=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=94=B9=E7=94=A8fork=E5=90=8E=E7=9A=84=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- showcase/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/index.html b/showcase/index.html index 825830e..ebcee2b 100644 --- a/showcase/index.html +++ b/showcase/index.html @@ -206,7 +206,7 @@ const MODULES = [ desc: "批量删除或 Fork 仓库,支持逗号分隔列表或 CSV 文件批量导入,建议先用预览模式确认", color: "#722ed1", commands: [ - { name: "batch-delete", desc: "批量删除仓库", detail: "按 owner/repo 格式批量删除仓库,支持 --repos 逗号分隔或 --from CSV 文件。⚠️ 危险操作,建议先开启预览模式确认", params: [{k:"repos",l:"仓库列表",v:"wxhwwla/calc-framework,kaysen/tutoring-prep"},{k:"dry-run",l:"预览模式",v:"true",bool:true}] }, + { name: "batch-delete", desc: "批量删除仓库", detail: "按 owner/repo 格式批量删除仓库,支持 --repos 逗号分隔或 --from CSV 文件。⚠️ 危险操作,建议先开启预览模式确认", params: [{k:"repos",l:"仓库列表",v:"chroe/calc-framework,chroe/tutoring-prep"},{k:"dry-run",l:"预览模式",v:"true",bool:true}] }, { name: "batch-fork", desc: "批量 Fork 仓库", detail: "批量 Fork 多个仓库到自己的账号下", params: [{k:"repos",l:"仓库列表",v:"wxhwwla/calc-framework,kaysen/tutoring-prep"},{k:"dry-run",l:"预览模式",v:"true",bool:true}] }, ] },