This commit is contained in:
fengchuanhn@gmail.com
2026-05-23 09:50:35 +08:00
parent 6b81e2a94a
commit a6335ba712
8 changed files with 224 additions and 94 deletions

View File

@@ -16,7 +16,8 @@ const baseMenuItems = [
// { name: "design", label: "设计", to: "/design", icon: "design" },
// { name: "model", label: "模型", to: "/model", icon: "model" },
{ name: "local-config", label: "本地配置", to: "/local-config", icon: "settings" },
{ name: "help", label: "帮助", to: "/help", icon: "help" },
{ name: "card-activate", label: "卡密激活", to: "/card-activate", icon: "card-activate" },
// { name: "help", label: "帮助", to: "/help", icon: "help" },
];
const menuItems = computed(() => {