refactor(web): migrate from Next.js to Vite + React Router

This commit is contained in:
RockChinQ
2026-04-03 11:24:14 +08:00
parent e701daa8e0
commit 2a4ba237c4
1441 changed files with 917663 additions and 3671 deletions
@@ -0,0 +1,17 @@
{
"headers": {
"x-nextjs-stale-time": "300",
"x-nextjs-prerender": "1",
"x-next-cache-tags": "_N_T_/layout,_N_T_/auth/layout,_N_T_/auth/space/layout,_N_T_/auth/space/callback/layout,_N_T_/auth/space/callback/page,_N_T_/auth/space/callback"
},
"segmentPaths": [
"/_tree",
"/_full",
"/auth/space/callback/__PAGE__",
"/auth/space/callback",
"/auth/space",
"/auth",
"/_index",
"/_head"
]
}