mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-27 10:35:58 +08:00
feat: 增加 可灵功能
This commit is contained in:
@@ -109,6 +109,12 @@ const routes = [
|
||||
meta: { title: "Luma视频创作" },
|
||||
component: () => import("@/views/Luma.vue"),
|
||||
},
|
||||
{
|
||||
name: "keling",
|
||||
path: "/keling",
|
||||
meta: { title: "KeLing视频创作" },
|
||||
component: () => import("@/views/KeLing.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user