From 47c06bca21b6d222c3a210912ea6480c48a5931e Mon Sep 17 00:00:00 2001 From: 15972095207 <2484216370@qq.com> Date: Thu, 4 Jun 2026 15:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shortcuts/wiki/wiki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcuts/wiki/wiki.go b/shortcuts/wiki/wiki.go index 246bb61..1c0c8e6 100644 --- a/shortcuts/wiki/wiki.go +++ b/shortcuts/wiki/wiki.go @@ -19,7 +19,7 @@ func Shortcuts() []*common.Shortcut { Name: "list", Description: "List wiki pages", Run: func(ctx *common.RuntimeContext) error { - if err := ctx.ResolveOwnerRepo(); err != nil { //这是传递参数的代码 + if err := ctx.ResolveOwnerRepo(); err != nil { return err } projectID, err := fetchProjectID(ctx)