Victor Jay Victor_Jay
  • Joined on 2026-05-25
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 01:53:19 +08:00
d3e5cbe18b refactor: 静态资源缓存破坏改为文件级哈希,重启不刷新未修改文件的缓存
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 01:46:49 +08:00
b8658712bb fix: 静态资源加缓存破坏版本号,解决浏览器缓存旧 JS 导致功能不生效
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 01:26:06 +08:00
0bcaadceb4 fix: 注销恢复流程文案统一为'撤销注销',消除歧义
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 01:23:11 +08:00
a62039e6bb fix: 登录/注册支持 redirect 参数,未登录跳转自动携带来源页
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:51:47 +08:00
9d84d6bf25 feat: 临时会话超时从 24 小时缩短为 2 小时
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:36:27 +08:00
213b2a571e feat: 登录管理设备列表显示会话类型和剩余有效期
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:29:50 +08:00
e244bccb5c fix: 移除服务端登录会话去重逻辑
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:28:03 +08:00
d5d33c3ace fix: 修复登录重复创建会话 + 备注输入框不可交互
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:18:50 +08:00
47ef3f2a99 fix: 重写设置页模板,修复 sessions tab 重复和结构损坏
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:08:10 +08:00
b63dc9075f fix: 修复 MemoryStore.Set 重复追加 byUID 索引导致会话列表重复
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-31 00:06:27 +08:00
2180c27b16 fix: 修复设置页模板中文引号与 HTML 属性冲突导致渲染报错
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 23:58:48 +08:00
d203447eb3 feat: 设置页新增登录管理 TAB
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 23:42:30 +08:00
e3853071d6 chore: 清理 JWT 向后兼容残留,移除全部死代码
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 23:38:47 +08:00
d9ba1cdf28 refactor: 移除 Session 架构下已无用的 TokenVersion 即时吊销机制
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 23:36:58 +08:00
daf87f895b refactor: JWT 无状态认证替换为服务端 Session,修复记住我掉线问题
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 21:29:34 +08:00
53f84bfcc4 fix: 修复编辑模式下 Vditor 不加载稿件内容
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 21:24:37 +08:00
67444434b9 feat: 对接稿件审核通知系统 + 消息页面系统消息区域
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 21:10:43 +08:00
fb94ce60ae fix: 维护期间登录一律返回统一提示,不泄露账号状态
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 21:06:34 +08:00
c1357cf4af fix: 维护条对站长显示“正处于维护状态”提醒 + BuildPageData 注入 IsOwner
Victor_Jay pushed to main at MetaZone/MetaLab 2026-05-30 21:01:57 +08:00
fe683900bb fix: 维护状态下登录页隐藏“立即注册”链接