4 Commits

Author SHA1 Message Date
iye
51009616a1 fix(home): Top12 出道位接 /api/ranking 显示真实票数
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 6m29s
- 首页 Top12Bar 之前只读 zustand store(初始 0 票),未登录访客永远看到"Awaiting Votes"
- 现在和 /ranking 页一样用 useRanking 30s 轮询,merge 服务端票数到本地 store(取 max)
- 与本地乐观投票兼容,投票后立即可见

bump to v0.3.2

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:03:51 +08:00
iye
80c37923d4 chore(release): v0.3.1 - 13 号虞浓氛围图 2 替换
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m6s
- TOS 缓存版本 7 → 8 触发 CDN 刷新
- CHANGELOG 加 v0.3.1 条目
- package.json 0.3.0 → 0.3.1

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:00:35 +08:00
iye
338549ee27 docs(changelog): 每个版本附 commit hash + Gitea diff 链接
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5m58s
- 修正 v0.1.0 tag 错位:从 8a83815(bootstrap) 改到 d5ed43a(2026-05-12 收尾)
- 每个版本补"Tag 打在哪 / 核心 commit / 完整 diff"三项链接
- 解决"点 v0.3.0 tag 进去看到的是 changelog diff,不是真正改动"的问题

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 20:24:19 +08:00
iye
93c3abe620 chore(release): v0.3.0 + 建立 CHANGELOG + 追溯版本号
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m56s
- 新增 CHANGELOG.md(SemVer 0.x 开发期规则 + 5 个里程碑)
- package.json version: 0.1.0 → 0.3.0
- 追溯打 tag:v0.1.0 / v0.2.0 / v0.2.1 / v0.2.2 / v0.3.0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 20:21:12 +08:00