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,9 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/auth/space/callback/page": "app/auth/space/callback/page.js",
"/home/bots/page": "app/home/bots/page.js",
"/home/page": "app/home/page.js",
"/home/plugins/page": "app/home/plugins/page.js",
"/login/page": "app/login/page.js",
"/page": "app/page.js"
}