Victor Jay Victor_Jay
  • Joined on 2026-05-25
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 16:10:30 +08:00
53f18ca6ee fix: CSP 策略移除 unsafe-inline,改用 nonce 机制
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 15:58:59 +08:00
9477155bcf refactor: 文件行数超标拆解(7个文件→14个文件,全部≤200行)
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 15:46:01 +08:00
ff9886f08b refactor: 文件行数超标拆解(Service + Controller 9/16 完成)
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 15:25:24 +08:00
7cdb4d6698 refactor: GetOverview 5 次独立查询合并为单次 GROUP BY
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 15:23:02 +08:00
9b315c11cd fix: 修复访客视图 PostCount 字段引用错误
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 15:21:43 +08:00
166e01c7c3 fix: 实现空间 TotalReads 统计,修复 selectMention 闭包
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 15:17:42 +08:00
c1ad8a0121 fix: 修复帖子详情页6处 /login 路径错误
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-02 00:03:06 +08:00
b9d90fe7ec feat: 新增文章阅读量计数(已登录去重 + 访客防刷)
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 23:49:09 +08:00
b869602185 fix: 修复space-tab-bar.owner背景两侧留白问题
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 23:47:06 +08:00
256d201bd2 fix: 修复space模板if/else-if链导致闭合div丢失 + 多余{{end}}导致模板解析panic
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 22:55:47 +08:00
727c92b695 fix: 修复空间页模板结构错误 + 移除收藏夹空白占位和排序栏
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 22:16:43 +08:00
70bd033e6c fix: 修复 space 模板缺少闭合 {{end}} 导致 unexpected EOF 错误
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 21:51:24 +08:00
c6da3932f3 fix: 修复 Space 模板缺少 formatCount/str 函数导致的启动 panic
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 21:48:09 +08:00
d9eff2df08 refactor: 重构 Space 页面为统一多 Tab 布局 + 移除独立关注/粉丝子页面
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 21:18:11 +08:00
797e9c15f4 refactor: space页面改为卡片式关注列表布局
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 20:56:33 +08:00
db2f9206be fix: 修复关注/粉丝列表 JOIN users 表列名错误 u.id → u.uid
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 20:22:55 +08:00
a0df66587b fix: 修复关注/粉丝列表隐私检查假阳性导致本人也无法访问
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 20:16:56 +08:00
bab8e47d63 fix: 修复关注按钮 CSRF 403 + 缺少样式 + IncrCount SQL 错误
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 18:02:00 +08:00
ae98d33edf fix: 修复收藏夹列表加载失败 + 收藏按钮改为弹窗选择收藏夹
Victor_Jay pushed to main at MetaZone/MetaLab 2026-06-01 17:34:06 +08:00
4d212a8f8a feat: 收藏夹系统 + Studio 趋势图 + 通知偏好设置