merge: integrate feat/auth into develop

This commit is contained in:
Winnie
2026-08-03 17:44:00 +08:00
38 changed files with 2590 additions and 796 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
import { index, type RouteConfig, route } from "@react-router/dev/routes";
import { type RouteConfig, route } from "@react-router/dev/routes";
export default [
route("login", "routes/login.tsx"),
index("routes/home.tsx"),
route("workbench", "routes/workbench.tsx"),
route("scripts", "routes/scripts.tsx"),
route("schedules", "routes/schedules.tsx"),
route("system", "routes/system.tsx"),
route("*", "routes/platform.tsx"),
] satisfies RouteConfig;