新功能(#113): 发布促销管理后台页面到main
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled

This commit is contained in:
2026-05-29 00:40:33 -07:00
parent 2a3d5a3234
commit a7d89acc7f
17 changed files with 1733 additions and 0 deletions
@@ -0,0 +1,6 @@
import { createLazyFileRoute } from "@tanstack/react-router";
import PromoPage from "@/sections/promo";
export const Route = createLazyFileRoute("/dashboard/promo/")({
component: PromoPage,
});