添加账户中心

This commit is contained in:
Azmat@qq.com
2026-09-07 10:46:00 +08:00
parent 587681aea4
commit 538d4aeefe
9 changed files with 1278 additions and 958 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2571,7 +2571,7 @@ export function ModelPhotoDemoPage({ variant, products, onBack, navigate }: { va
<div className="dm-form-cta">
<div className="dm-cost">
<span> <span className="v"> 20 /</span></span>
<span></span>
<span></span>
</div>
<button className="dm-gen" type="button" onClick={toRealTool}>
<Sparkles size={15} />
+2 -2
View File
@@ -95,7 +95,7 @@ export const mainNav: NavItem[] = [
{ page: "projects", label: "视频创作", icon: FolderKanban },
{ page: "pipeline", label: "生产管线", icon: WandSparkles },
{ page: "library", label: "成品库", icon: Library },
{ page: "account", label: "账单库", icon: Wallet }
{ page: "account", label: "账户中心", icon: Wallet }
];
export const supplementNav: NavItem[] = [
@@ -116,7 +116,7 @@ export const routeLabels: Record<Page, string> = {
projectWizard: "新建视频项目",
pipeline: "生产管线",
library: "成品库",
account: "账单库",
account: "账户中心",
team: "团队",
messages: "消息",
assetFactory: "图片工具",