使用 bun 替换 pnpm

This commit is contained in:
2025-11-17 18:39:38 +08:00
parent 297dd2c08d
commit 5b1dae6e6c
6 changed files with 1514 additions and 7523 deletions

View File

@@ -34,6 +34,8 @@ IP 管理按长短效分页
翻页优化:调整页面大小后检查是否需要重置页面到最后一页(需要后端实现)
切换 eslint 到 biome
### 架构改进
考虑使用 swr 或 react query 来代替直接的服务端 react cache 缓存以及客户端 zustand 缓存,以将服务端请求的数据能够水合到客户端,避免重复请求