mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-06-23 00:13:58 +08:00
04acd73033
* refactor: 重构分页系统,统一使用localStorage持久化分页大小 所有列表统一分页大小选项 [10, 15, 20, 30, 50, 100, 200, 300, 500],默认值 15 前端所有表格页面使用 localStorage 替代 cookie 持久化用户选择的分页大小 前端 getStoredPageSize/setStoredPageSize 对分页大小做白名单校验 后端新增 validateLimit() 方法对所有 limit 参数做白名单校验 移除原有的 cookie 分页大小存储逻辑 * fix: 避免缓存 custom.js