Commit Graph

8 Commits

Author SHA1 Message Date
net909 80f1f543e3 优化服务端列头排序 2026-05-18 11:06:09 +08:00
TomyJan 53cb2ac875 feat: 全部列表页支持服务端列头排序 (#470) 2026-05-18 10:49:18 +08:00
net909 9bddf14be9 优化持久化分页大小功能 2026-05-17 13:08:44 +08:00
TomyJan 04acd73033 refactor: 重构分页系统,统一使用localStorage持久化分页大小 (#467)
* refactor: 重构分页系统,统一使用localStorage持久化分页大小

所有列表统一分页大小选项 [10, 15, 20, 30, 50, 100, 200, 300, 500],默认值 15
前端所有表格页面使用 localStorage 替代 cookie 持久化用户选择的分页大小
前端 getStoredPageSize/setStoredPageSize 对分页大小做白名单校验
后端新增 validateLimit() 方法对所有 limit 参数做白名单校验
移除原有的 cookie 分页大小存储逻辑

* fix: 避免缓存 custom.js
2026-05-17 12:53:35 +08:00
耗子 63636e660d JS、CSS本地化 (#332) 2025-10-16 23:09:13 +08:00
net909 fd21a55d01 新增定时切换解析功能 2025-08-22 21:25:42 +08:00
net909 a3b26085a6 格式化代码
增加代理连通性测试
2024-11-09 18:29:20 +08:00
net909 44defa48fa Initial 2024-04-03 20:51:10 +08:00