This reverts commit a9cfb2cfaa.
a9cfb2cfaa
commit 8928e6438277995f7167e400d4d77657a0ab0113 Author: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri Jul 25 18:25:13 2025 +0800 feat: add release step to development workflow for versioning commit 14085c4f7c8943669fdacae3bd2b6a07c0c0389a Author: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri Jul 25 18:19:36 2025 +0800 feat: add release commands for autobuild and deploytest to package.json and update version script
- 当前模板强依赖于用户把日志贴到正确的位置上 - 参考 WinGet 的问题模板,放弃日志折叠功能,强制用户以代码块形式粘贴日志
- 修改「OS」分类的类型:"dropdown" -> "checkbox" - 一个问题可能不只影响一个特定的操作系统 - 修改「软件版本」分类,增加 "render" 属性 - 这能让 GFM 直接把这部分内容渲染为 render 指定语法的代码片段
* chore (ISSUE_TEMPLATE): 修改问题反馈模板 - 修改 bug_report.yml - 增加一段预置的格式模板,指引用户将日志粘贴在规范的 Code Block 中以保持日志原有的格式排版 - 使用 <details /> 块以压缩日志片段,对于非 Contributors / Collaborators 用户友好,规避日志霸屏效果,简化爬楼。 * 接受来自审查的建议 - 增加英语支持,以方便非中文母语用户 Co-authored-by: Tunglies <tunglies.dev@outlook.com> --------- Co-authored-by: Tunglies <tunglies.dev@outlook.com>
* fix: streamline pnpm installation steps in autobuild workflow * fix: format code for better readability in useCustomTheme and _layout components
fix: unexpected behavior while pulling resources 在 commit 25cfd162f6 中引入新的 pnpm prepare 执行脚本指令,而 prepare 关键字与包管理器的生命周期脚本冲突。导致在运行 Workflow 的时候被执行两次资源拉取,并且被当做生命周期脚本的时候没有携带预期的 \`${{ matrix.target }}\`。这一行为进一步影响 macOS Intel X86 平台上的构建。 所影响的 issues: #3753, #3771
25cfd162f6
* feat: 更新简体中文语言文件 * 报错照样上传文件
feat: add check step to Clippy workflow feat: add build step for web assets in Clippy workflow fix: set NODE_OPTIONS for web asset build to prevent memory issues
refactor: streamline formatting workflow by removing unused taplo steps and clarifying directory change refactor: remove unnecessary directory change step in formatting workflow
Fix I18N issue template description and update labels and type
chore: update alpha and release workflows to include version consistency checks
feat: update release workflow to trigger builds via git tags and add publish version script