feat(*): 添加系统管理面板及相关功能

This commit is contained in:
2026-06-12 13:43:48 +08:00
parent 8934844bd9
commit 181871e0cf
3 changed files with 987 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import { SystemAdminPanel } from "@/components/admin/SystemAdminPanel";
export default function SystemAdminPage() {
return <SystemAdminPanel />;
}