This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
verify
Watch
1
Star
0
Fork
0
You've already forked verify
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f290b817003b0e9a3c03303bc99ee7c41e6a1bb6
verify
/
frontend
T
History
admin
8161a3f75f
perf: 优化路由守卫安装检查,使用 localStorage 缓存
...
- 将安装状态缓存到 localStorage,有效期 24 小时 - 避免每次路由切换都发起 HTTP 请求 - 显著提升页面切换速度
2026-05-07 13:27:13 +08:00
..
public
feat: 全球地图、暗黑模式适配、用户总数修复
2026-05-03 05:07:39 +08:00
src
perf: 优化路由守卫安装检查,使用 localStorage 缓存
2026-05-07 13:27:13 +08:00
.env.example
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
.gitignore
修复Docker构建:添加被gitignore忽略的logs页面文件,修复前端.gitignore的logs规则
2026-04-29 22:31:52 +08:00
components.json
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
eslint.config.mjs
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
index.html
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
package-lock.json
refactor: 将 @iconify/vue 图标替换为 lucide-vue-next 本地组件
2026-05-03 04:25:34 +08:00
package.json
refactor: 将 @iconify/vue 图标替换为 lucide-vue-next 本地组件
2026-05-03 04:25:34 +08:00
pnpm-lock.yaml
fix: Dockerfile升级Node22、更新pnpm-lockfile修复CI构建失败
2026-05-03 06:12:09 +08:00
replace-icons3.mjs
refactor: 将 @iconify/vue 图标替换为 lucide-vue-next 本地组件
2026-05-03 04:25:34 +08:00
tsconfig.app.json
feat: 添加云端函数HTTP请求、SMTP邮件、数据库操作能力
2026-04-30 20:54:02 +08:00
tsconfig.json
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
tsconfig.node.json
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
vercel.json
Initial commit: 网络验证平台
2026-04-27 17:22:56 +08:00
vite.config.ts
perf: 优化前端加载速度
2026-05-05 13:18:40 +08:00