- 新增家庭共享订阅管理 - 新增用户邀请统计 - 新增签名和订阅模式设置表单 - 更新 API 服务层和国际化文件 - UI 组件优化(enhanced-input、pro-table)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createLazyFileRoute } from "@tanstack/react-router";
|
||||
import FamilyManagement from "@/sections/user/family";
|
||||
|
||||
export const Route = createLazyFileRoute("/dashboard/family/")({
|
||||
component: FamilyManagement,
|
||||
});
|
||||
Reference in New Issue
Block a user