修改skill #259

Open
nudt_zk wants to merge 97 commits from zzx-coder/gitlink-cli:zk_branch into master

97 Commits

Author SHA1 Message Date
Donkey_kevin 4b2d45baea feat: 修复 milestone +view 输出 + issue/board assign 字段修正 + 文档更新
- 修复 milestone +view 显示 No results 的问题(提取 milestone 字段输出)
- 修正 issue/board 的 assign 字段:assigned_to_id -> assigner_ids
- 添加代码逻辑文档、CLI 优化报告、reading notes
- 添加 board 功能示例和修改笔记
2026-07-10 11:06:11 +08:00
Donkey_kevin 19b0e31bf8 feat: 补全 Raw API 封装 — file/milestone/issue增强/pr增强 + 单元测试
新增模块:
- file: 11个命令 (ls/tree/read/readme/search/create/update/delete/batch/commits/diff)
- milestone: 6个命令 (list/create/view/update/delete/status)

Issue增强:
- 元数据查询: +statuses/+authors/+assigners/+priorities
- 评论管理: +comment-edit/+comment-delete/+replies
- 批量删除: +batch-destroy (原生batch_destroy接口)

PR增强:
- +reopen/+update/+commits/+versions/+vdiff/+filesv1
- 评论管理: +comment-edit/+comment-delete

其他:
- 新增 board 看板模块, compliance 合规模块
- 更新 README.md/README.zh-CN.md 帮助文档
- 43个单元测试全部通过

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-09 23:38:52 +08:00
mengcheng fe4341fede Merge pull request '实现场景1:社区运营自动化' (#27) from mc_branch into master 2026-07-07 09:43:33 +08:00
camelliamc 2420579ba9 Merge branch 'master' into mc_branch 2026-07-07 09:37:59 +08:00
camelliamc 8ecbf8a203 fix(workflows): 修复项目初始化/多仓库协同 + 公共库 2026-07-07 09:25:53 +08:00
camelliamc 0b6d176a45 feat(workflows): 社区运营自动化 — Webhook接收器 + 部署 + systemd 2026-07-07 09:25:39 +08:00
camelliamc 411403ac5a feat(workflows): 社区运营自动化 — Issue实时分类 + 周报/Release定时发布 2026-07-07 09:23:27 +08:00
zzx-coder ad825a3e83 Merge pull request '新增前端' (#26) from zzx_branch into master 2026-07-06 20:12:53 +08:00
狗gogo 4379b16083 feat: add interactive showcase frontend (demo/) for gitlink-cli
新增 GitLink CLI 交互式展示平台,提供 Web UI 一键执行所有 CLI 命令及 AI Agent Skills,
无需记忆命令行参数即可完成功能演示、测试和验证。

- server.py:Python stdlib HTTP 服务 (127.0.0.1:8765),提供 /api/exec(执行 gitlink-cli
  命令)、/api/claude(执行 Claude Code Skills 提示词,支持多轮 session)、/api/cancel
- index.html:原生 JS/HTML/CSS 单文件 SPA(~1260 行),包含:
  - 双引擎切换:PowerShell 模式(8 模块 ~60 条预设命令)和 Claude Code 模式(9 模块 ~22 条
    预设提示词)
  - 双运行模式:Direct Run(点选即执行)和 Edit Mode(填入终端编辑后手动执行)
  - 终端模拟器:命令回显、stdout/stderr 着色、多行编辑、Ctrl+L 清屏
  - 智能链接提取:从输出中自动解析 owner/repo 及 Issue/PR/Webhook/Wiki 编号,生成 GitLink
    网页端可点击链接
  - 可折叠侧边栏 + 拖拽调节宽度 + 执行引擎状态指示

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-06 20:12:23 +08:00
nudt_zk ea86b2b5a8 Merge pull request 'workflow的skill增加' (#25) from zk_branch into master 2026-07-06 12:15:51 +08:00
Donkey_kevin a8f8a30953 feat(workflows): add gitlink-research skill and academic workflow scripts
Add 5 research auxiliary scenarios: project insights, compliance check,
progress tracking, citation format, and knowledge graph support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-06 12:14:06 +08:00
Donkey_kevin 4f3ae280b7 feat(workflows): add workflow skill system and fix batch commands
- Fix batch-label: use issue_tag_ids instead of tracker_id
- Fix parseTracker: support Chinese label names (缺陷/功能/疑问 etc.)
- Add workflow skill menu (workflows/SKILL.md) with 5 automation options
- Add workflow reference files: community-ops, contributor-growth, multi-repo
- Fix PowerShell scripts: Invoke-GL array syntax, remove ConvertFrom-Json
- Fix wiki +create flag from --body to --content
- Update contributor-growth doc with known issues and field corrections
- Add contributor leaderboard HTML report

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-02 16:17:15 +08:00
nudt_zk b2b0336236 Merge pull request '1' (#24) from zk_branch into master 2026-07-02 15:39:07 +08:00
mengcheng 6a701c6e3a Merge pull request 'feat(faq): 将生成的faq内容组织重构为真正的Q&A知识库' (#23) from mc_branch into master 2026-07-02 14:57:55 +08:00
camelliamc b1f9adf8ad Merge branch 'master' into mc_branch 2026-07-02 14:50:23 +08:00
Donkey_kevin 012c197ee6 fix(workflows): make PowerShell scripts compatible with PS 5.1
- Replace ?? operator with if/else for Windows PowerShell 5.1 compatibility
- Remove Chinese characters to avoid encoding issues
- Use string concatenation instead of complex expressions in here-strings
- Update common.psm1 to remove PS 7+ syntax

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-01 23:59:45 +08:00
Donkey_kevin ecf16b379d feat(workflows): add PowerShell scripts and refactor workflow Skill
- Add 4 PowerShell workflow scripts for cross-platform automation:
  - 01-community-ops.ps1: Issue auto-classify, assign, weekly report, release notes
  - 03-project-init.ps1: One-click project init with README, CONTRIBUTING, CI guide, issues, branch protection, release
  - 04-multi-repo-collab.ps1: Cross-repo dashboard with HTML output and coordinated release
  - 05-contributor-growth.ps1: Contributor scoring (AHP), HTML report, Wiki, badge awards
- Add workflows/lib/common.psm1 shared PowerShell module
- Refactor gitlink-workflow SKILL.md to focus on AI-powered code review (workflow 2)
- Retain original .sh scripts alongside new .ps1 scripts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-01 23:52:17 +08:00
zzx-coder 42fafdc8ed Merge pull request '新修了一个user.go中的显示bug' (#22) from zzx_branch into master 2026-07-01 15:51:13 +08:00
狗gogo 64b8dabb50 fix(user): user +info 改用绝对路径 /users/:login,避免 URL 拼接歧义
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-01 15:37:16 +08:00
zzx-coder 3a761d20c9 Merge pull request '修复子任务一中部分展示bug' (#21) from zzx_branch into master 2026-07-01 14:25:48 +08:00
狗gogo b1bf96141c feat: add repo batch-delete, unify api error envelope, harden wiki handling
- repo: 新增 `+batch-delete` shortcut(--names / --from CSV / --dry-run),
  补齐 batch-create / batch-update / batch-delete 三件套
- api: 新增 `--body-file` 解决 PowerShell 调用 .exe 时剥离内嵌引号的问题;
  JSON 解析、参数冲突、读文件失败、网络错误统一按 envelope 输出,
  便于 --format json + jq 自动化解析
- wiki: unwrapGatewayResponse 接受全部 HTTP 2xx(修复 DELETE 返回 204 被误判失败);
  错误改返回 *clierrors.CLIError 让 envelope 输出生效;fetchPageContent 自动重试
  ".-" 后缀(GitLink 后端给 sub_url 加后缀导致 GET 404);outputWithDecodedContent
  解码 base64 字段为明文提升 agent 可读性;wiki +delete 先解析实际 pageName 再
  DELETE,删除后强制 GET 验证并返回结构化结果

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-01 13:07:29 +08:00
Donkey_kevin a3c433e697 feat(workflows): add 5 workflow scripts with bug fixes
Add workflow automation scripts for GitLink CLI:
- 01-community-ops: issue triage, weekly reports, release notes
- 02-code-quality-gatekeeper: PR review, quality scoring, auto-merge
- 03-project-init: repo creation, branch protection, wiki setup
- 04-multi-repo-collab: cross-repo dashboard, health monitoring
- 05-contributor-growth: AHP-weighted scoring, HTML reports, wiki publish

Fixes applied during testing:
- common.sh: fix SIGPIPE error in gl_check (use here-string instead of pipe)
- common.sh: add WinGet Links to PATH for jq availability on Windows
- 05-contributor-growth: fix pull_request_number → pull_request_id
- 05-contributor-growth: fix null total_addition/total_deletion (sum from files)
- 05-contributor-growth: fix wiki publish 400 error (use timestamp in title)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-01 12:11:38 +08:00
Donkey_kevin a7513cf683 Merge branch 'zk_branch' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli into zk_branch
# Conflicts:
#	skills/README.md
2026-06-30 23:42:11 +08:00
camelliamc c02cf03a5b feat(faq): 将生成的faq内容组织重构为真正的Q&A知识库 2026-06-29 11:59:53 +08:00
camelliamc 582d27273f Merge branch 'master' into mc_branch 2026-06-29 10:44:59 +08:00
zzx-coder bd92fcf578 Merge pull request '针对子任务一种的功能实现修复了部分bug' (#20) from zzx-coder into master 2026-06-29 10:31:35 +08:00
camelliamc 0442e5b80c 同步master分支新增 dashboard 和 code-insight 的skill 2026-06-28 11:20:37 +08:00
camelliamc e5d46d6381 修改生成健康度报告SKILL.md 2026-06-28 10:35:28 +08:00
狗gogo 3e867d23f8 refactor: improve error handling, output formatting, and wiki/webhook shortcuts
- Add dedicated error_print.go for centralized error output
- Enhance formatter with better table/json/yaml rendering
- Add unit tests for output formatter
- Improve runner with cleaner error propagation
- Update globals and root command configuration
- Refine webhook and wiki shortcut implementations

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-27 19:16:53 +08:00
zkevin 93d695d1b3 Add gitlink-code-insight skill: interactive dashboard for all shortcuts
New skill that generates an HTML dashboard showcasing all 69 gitlink-cli
shortcuts organized into 14 categories with search and collapsible UI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-24 09:59:12 +08:00
mengcheng 36684f039b Merge pull request 'feat(health):项目健康度报告由 markdown 格式改成 HTML 文件' (#19) from mc_branch into master 2026-06-24 00:21:03 +08:00
camelliamc 2535a313f8 Merge branch 'master' into mc_branch 2026-06-24 00:20:33 +08:00
camelliamc 1d70aadf05 feat(health):项目健康度报告由 markdown 格式改成 HTML 文件 2026-06-24 00:20:02 +08:00
zzx-coder cd34efe773 Merge pull request '新增三个skills' (#18) from zzx_branch into master 2026-06-24 00:04:35 +08:00
狗gogo de6f94351e feat(skills): add gitlink-stale skill for stale issue/PR detection
Add a new AI Agent skill for detecting and managing stale issues and PRs:

- SKILL.md - main skill guide
- README.md - overview documentation
- examples/ - AI judgment demo, PR stale workflow, weekly cleanup workflow
- references/ - scan, judge, actions, and exempt rules

The skill automates stale detection with AI-powered judgment and supports
weekly cleanup workflows with configurable exemption rules.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 00:03:43 +08:00
狗gogo d17b4f0383 Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-23 23:45:38 +08:00
mengcheng be0d600d56 Merge pull request 'docs(skills): gitlink-changelog 发行版条目新增作者标注' (#16) from mc_branch into master 2026-06-23 22:38:57 +08:00
camelliamc 26fa5cf6e4 Merge branch 'master' into mc_branch 2026-06-23 22:36:18 +08:00
camelliamc 7a30a03836 docs(skills): gitlink-changelog 发行版条目新增作者标注 2026-06-23 22:35:29 +08:00
mengcheng 5d3f68f3a5 Merge pull request 'feat(skills): 新增 gitlink-faq skill + 补全 repo/issue/wiki 的skill 文档' (#15) from mc_branch into master 2026-06-23 21:21:50 +08:00
camelliamc 601e566bac docs(skills): 同步更新 repo/issue/wiki skill 文档,补全新增 shortcut 命令 2026-06-23 21:16:06 +08:00
camelliamc 69a820cccb 新增 gitlink-faq skill — Issue 知识库 2026-06-23 20:32:17 +08:00
zkevin dc5425690d Add gitlink-code-insight skill: interactive dashboard for all shortcuts
New skill that generates an HTML dashboard showcasing all 69 gitlink-cli
shortcuts organized into 14 categories with search and collapsible UI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-23 15:56:57 +08:00
狗gogo d804a01e8a Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-16 17:02:39 +08:00
zzx-coder 11ab6ba049 Merge pull request '新增skill' (#14) from zk_branch into master 2026-06-16 09:40:44 +08:00
狗gogo 5a590f6850 feat(skills): add gitlink-code-review and gitlink-issue-triage skills
Add two new AI Agent skills for automated GitLink workflows:

- gitlink-code-review: automated PR/code review with quality and security analysis
- gitlink-issue-triage: automated issue classification (tracker/priority/labels)

Each skill includes SKILL.md, README.md, examples, and references.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 08:54:56 +08:00
狗gogo 1907e80c34 Merge remote master with local changes: resolve README conflict 2026-06-16 08:50:13 +08:00
狗gogo d18de0437a Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-16 08:47:53 +08:00
Donkey_kevin 58c9f77b6b Add --force flag to onboard +welcome for re-adding comments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 19:27:24 +08:00
Donkey_kevin be837d4f8e Improve onboard template: per-issue content-aware welcome comments
- fetchIssueDetail now gets both subject and description
- renderComment substitutes {subject}, {description}, {number}, {login}
- defaultTemplate includes issue summary for targeted guidance
- dry-run preview shows the full rendered comment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 19:21:42 +08:00
Donkey_kevin 0ed9dcabfc Add onboard, compliance, and contrib shortcuts with skill docs
- onboard: new contributor onboarding with --issues/--tag support
- compliance: license audit, secret scan, PII check, sensitive vocab scan
- contrib: contribution report generation
- Update register.go to register all three shortcut groups
- Add skills/gitlink-onboard and skills/gitlink-compliance skill docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-15 19:11:01 +08:00
mengcheng 4145897dcf Merge pull request '修复增加加wiki管理shortcut命令遗留下来的问题' (#13) from mc_branch into master 2026-06-14 22:43:27 +08:00
camelliamc 9028dbb376 test(wiki): 补充 callWikiAPI、runLint、resolveContent 的单元测试
在 RuntimeContext 中新增 GatewayHTTPClient 字段以支持测试中注入 mock HTTP client。
2026-06-14 22:34:03 +08:00
camelliamc 8fef2f3642 fix(wiki):解决wiki管理中gateway硬编码的问题 2026-06-14 21:33:59 +08:00
camelliamc 0a6e0f0b94 refactor(client): 提取 shouldAppendJSONSuffix 方法,保留 raw 路径特例 2026-06-14 21:19:03 +08:00
mengcheng 70dc7f2bad Merge pull request 'feat(skills): 新增 gitlink-changelog 和 gitlink-health 两个独立skill' (#12) from mc_branch into master 2026-06-14 19:42:57 +08:00
camelliamc 6583d09f04 feat(skills): 新增 gitlink-changelog 和 gitlink-health 两个独立skill 2026-06-14 19:41:52 +08:00
狗gogo 198c17ea08 test webhook trigger 2026-06-04 15:17:56 +08:00
狗gogo 7ed6fd565a fix: 修复流水线验证部署节点的参数解析错误
- 将verify_deployment_0节点的ssh_cmd从'gitlink-cli version && ls -lh /opt/gitlink-cli/gitlink-cli'简化为'gitlink-cli version'
- 修复原因:&&符号在GitLink流水线参数解析器中被当作特殊字符处理,导致"未找到对应的参数"错误
- 简化后的验证命令足以确认部署成功

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 15:03:39 +08:00
zzx-coder 740a47f865 refactor: .devops/gitlink-cli-autodeploy.yml 2026-06-04 15:02:59 +08:00
zzx-coder dc20c21790 Merge pull request '改进安装功能,新增卸载功能' (#11) from zzx_branch into master 2026-06-04 14:47:46 +08:00
狗gogo 1e36747b00 Add uninstall functionality and update installation scripts
- Added uninstall scripts for multiple platforms (install/uninstall.sh, .ps1)
- Updated installation documentation with INSTALL.md and UNINSTALL.md
- Enhanced npm package with uninstall and update scripts
- Improved README files with latest changes
- Updated install.sh with better functionality

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 14:43:42 +08:00
zzx-coder b483043a82 Merge pull request '修改文档,修改user.go查找url逻辑' (#10) from zzx_branch into master 2026-06-04 12:42:06 +08:00
狗gogo 0be1db712a Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-04 12:34:56 +08:00
狗gogo 3edc27fac9 Update documentation and user functionality
- Updated design documentation with latest features
- Updated API reference documentation
- Enhanced user shortcuts functionality
- Added new gitlink-cli binary

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 12:34:51 +08:00
zkevin 8f420e5ef2 fix: update RequireArg calls to match new 2-arg signature from master merge
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-04 12:12:42 +08:00
zkevin 682dbf8619 feat: add one-line install script, remove Go/npm dependency for end users
- Add install.sh: auto-detect platform, download prebuilt binary, install skills
- Bump npm package to v0.2.0
- Update README (EN/CN) with curl-based one-line install as primary method
- No Go, no npm required for standard installation

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-04 11:54:50 +08:00
zkevin d122b95d6c Merge branch 'master' into zk_branch
- resolve conflicts in register.go, release/release.go, repo/repo.go, SKILL.md
- keep milestone/team/webhook registrations from zk_branch
- incorporate batch_create/batch_update from master

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-04 11:47:40 +08:00
mengcheng f3ab651a7b Merge pull request 'fix:统一错误提示优化+Issue标签ID动态获取' (#9) from mc_branch into master 2026-06-04 10:54:00 +08:00
camelliamc 89afa968fd fix:统一错误提示优化+Issue标签ID动态获取 2026-06-04 10:36:41 +08:00
zkevin 36b8a912a5 feat: add label/review/milestone/team shortcuts, merge master updates
- issue: add label add/remove/list subcommands, add reopen command
- pr: add approve/request-changes/reviews subcommands
- org: merge update/delete from master, add invite/remove-member
- repo: add update command
- release: add update command, clean up comments
- search: add issues search
- register: add milestone, team, webhook modules

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 23:37:40 +08:00
zzx-coder 297a2ccbbe Merge pull request '修改webhook功能中的相关代码,完善其功能' (#7) from zzx_branch into master 2026-06-03 23:21:30 +08:00
狗gogo 5fd2ad0c6d Update webhook functionality and fix authentication issues
- Updated webhook shortcuts with enhanced functionality
- Fixed authentication issues in login.go and auth.go
- Improved repo context resolution
- Added npm package configuration
- Updated binary build

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 23:19:43 +08:00
狗gogo 813cd9a285 测试webhook触发 2026-06-03 22:15:50 +08:00
zzx-coder eee47cde57 Merge pull request '解决issue16~18' (#6) from zzx_branch into master 2026-06-02 11:36:25 +08:00
狗gogo 789c32cc64 Add webhook and wiki management features
- Added webhook shortcuts and skill
- Added wiki management shortcuts and skill
- Updated workflow examples and references
- Enhanced skills documentation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 10:17:47 +08:00
狗gogo 50c6882a60 fix: 添加缺失的tagIDs和parseLabel定义到batch.go 2026-06-02 07:19:37 +08:00
mengcheng 863e3e512a Merge pull request '更新文档' (#5) from mc_branch into master 2026-06-01 21:41:06 +08:00
camelliamc a3b6b1c11c 更新文档 2026-06-01 21:31:17 +08:00
zzx-coder 58853aea80 refactor: .devops/gitlink-cli-autodeploy.yml 2026-06-01 19:55:04 +08:00
zzx-coder e11478e392 feat: .devops/gitlink-cli-autodeploy.yml 2026-06-01 18:46:05 +08:00
zzx-coder 599914b2b3 refactor: delete .devops/gitlink_cli.yml 2026-06-01 18:29:30 +08:00
zzx-coder 4981ca0869 refactor: .devops/gitlink_cli.yml 2026-06-01 17:24:55 +08:00
Donkey_kevin 466a7ab181 feat: add wiki +lint command and dry-run support for all write operations
- Add wiki +lint: check empty pages, missing H1, short content, dead links, broken images
- Fix lint to use sub_url for fetching page content instead of title
- Skip system pages (_Sidebar, _Footer, _Header) in lint checks
- Add CHANGELOG.md for wiki module
- Add dry-run support to branch, ci, issue, org, pr, release, repo commands
- Add batch operations for org and repo members
- Add gitlink-wiki skill definition

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-31 17:11:39 +08:00
zzx-coder 2e4c6f7a6e refactor: .devops/gitlink_cli.yml 2026-05-29 08:55:59 +08:00
zzx-coder 59d2244cb4 feat: .devops/gitlink_cli.yml 2026-05-29 08:50:27 +08:00
zzx-coder 27c3a9b1ad refactor: delete .devops/未命名项目.yml 2026-05-29 08:50:26 +08:00
zzx-coder df490c84ad refactor: .devops/未命名项目.yml 2026-05-29 08:49:48 +08:00
zzx-coder 9377d596cf feat: .devops/未命名项目.yml 2026-05-29 08:49:42 +08:00
mengcheng f256000fdb Merge pull request 'fix:增加相关test.go文件' (#4) from mc_branch into master 2026-05-28 17:01:06 +08:00
camelliamc e9b4362683 fix:增加相关test.go文件 2026-05-28 16:59:32 +08:00
mengcheng b722211d02 Merge pull request 'feat:批量仓库管理' (#3) from mc_branch into master 2026-05-28 16:11:01 +08:00
camelliamc bb0950d082 feat:批量仓库管理 2026-05-28 16:04:37 +08:00
mengcheng f5227e5e22 Merge pull request '新增issue批量操作' (#2) from mc_branch into master 2026-05-23 16:45:18 +08:00
camelliamc 59c5f8f43c 新增issue批量操作 2026-05-23 16:38:20 +08:00
mengcheng 0e36f58327 Merge pull request '新增wiki管理的shortcut' (#1) from mc_branch into master 2026-05-23 08:44:14 +08:00
camelliamc 5702ce9959 增加wiki管理的shortcut 2026-05-23 08:30:29 +08:00