Skip to content

优化更新日志样式#459

Open
neveler wants to merge 8 commits intoHMCL-dev:mainfrom
neveler:p2
Open

优化更新日志样式#459
neveler wants to merge 8 commits intoHMCL-dev:mainfrom
neveler:p2

Conversation

@neveler
Copy link
Copy Markdown
Contributor

@neveler neveler commented Apr 24, 2026

我看 AI 写的那个不全,手动使用正则替换实现的。

https://p2-docs.hmcl.workers.dev/changelog/stable.html


close #457

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

本 PR 旨在优化稳定版更新日志的展示样式,将原先“章节标题 + 二级列表”的结构改为“章节标题单独成行 + 一级列表”,以提升可读性并响应 #457 的诉求;同时补齐/迁移 3.13.1 稳定版更新日志到符合站点渲染逻辑的文件命名结构。

Changes:

  • 将多份 stable 更新日志从二级列表改为“粗体章节标题 + 列表项”的扁平结构
  • 新增 _changelogs/stable/3.13/3.13.1.md(以版本号为文件名),并移除旧的 _changelogs/stable/3.13.1/README.md
  • 统一各版本日志中的章节分隔空行,改善整体排版一致性

Reviewed changes

Copilot reviewed 38 out of 38 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
_changelogs/stable/3.9/3.9.2.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.9/3.9.1.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.8/3.8.2.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.8/3.8.1.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.7/3.7.6.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.7/3.7.5.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.7/3.7.3.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.7/3.7.1.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.20.md 将二级列表改为章节标题 + 一级列表(含一处列表续行缩进需要调整)
_changelogs/stable/3.6/3.6.18.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.17.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.16.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.15.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.14.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.12.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.6/3.6.11.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.5/3.5.9.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.5/3.5.8.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.5/3.5.7.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.5/3.5.5.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.5/3.5.4.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.5/3.5.3.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.3/3.3.188.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.3/3.3.172.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.2/3.2.149.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.2/3.2.139.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.2/3.2.130.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.13/3.13.1.md 新增稳定版 3.13.1 更新日志(按版本号命名以便站点正确展示)
_changelogs/stable/3.13.1/README.md 移除旧的 3.13.1 README 形式更新日志
_changelogs/stable/3.12/3.12.4.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.12/3.12.2.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.12/3.12.1.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.11/3.11.2.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.11/3.11.1.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.10/3.10.4.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.10/3.10.3.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.10/3.10.2.md 将二级列表改为章节标题 + 一级列表
_changelogs/stable/3.10/3.10.1.md 将二级列表改为章节标题 + 一级列表

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread _changelogs/stable/3.6/3.6.20.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

替换日志中的二级列表

2 participants