大量修改UI

This commit is contained in:
Azmat@qq.com
2026-08-19 17:44:56 +08:00
parent 18b3927817
commit a343f47f0c
76 changed files with 11655 additions and 6104 deletions
+4 -4
View File
@@ -72,9 +72,9 @@ export const mainNav: NavItem[] = [
{ page: "dashboard", label: "工作台", icon: Home },
{ page: "products", label: "商品库", icon: Package },
{ page: "models", label: "模特库", icon: UserRound },
{ page: "projects", label: "视频项目", icon: FolderKanban },
{ page: "projects", label: "视频创作", icon: FolderKanban },
{ page: "pipeline", label: "生产管线", icon: WandSparkles },
{ page: "library", label: "资产库", icon: Library },
{ page: "library", label: "成品库", icon: Library },
{ page: "account", label: "账户", icon: Wallet }
];
@@ -92,10 +92,10 @@ export const routeLabels: Record<Page, string> = {
productDetail: "商品详情",
productCreateUpload: "上传创建商品",
models: "模特库",
projects: "视频项目",
projects: "视频创作",
projectWizard: "新建视频项目",
pipeline: "生产管线",
library: "资产库",
library: "成品库",
account: "账户",
team: "团队",
messages: "消息",