修复(#119): 补齐用户限速与促销后台实现

This commit is contained in:
2026-05-28 21:59:32 -07:00
parent 100b641552
commit 5450eb0071
20 changed files with 1905 additions and 14 deletions
@@ -0,0 +1,6 @@
import { createLazyFileRoute } from "@tanstack/react-router";
import PromoPage from "@/sections/promo";
export const Route = createLazyFileRoute("/dashboard/promo/")({
component: PromoPage,
});