feat(整合): 优化更新日志显示,按日期分组并突出日期标题

- 实现按日期分组显示更新记录
- 将日期标题放在卡片上方,使用更大的字号(text-lg)
- 添加日期图标和分隔线,增强视觉层次
- 移除时间轴竖线,改用日期分组的扁平化布局
- 优化卡片间距和动画效果

via [HAPI](https://hapi.run)

Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
ittoview
2026-03-08 03:38:57 +00:00
parent b2ec80c199
commit f67f84f24b
2 changed files with 49 additions and 37 deletions

View File

@@ -1,5 +1,12 @@
{
"changelogEntries": [
{
"id": "2026-03-08-changelog-group-by-date",
"date": "2026-03-08",
"type": "feat",
"title": "优化更新日志显示,按日期分组并突出日期标题",
"scope": "整合"
},
{
"id": "2026-03-08-fix-modal-zindex-again",
"date": "2026-03-08",