支持 meilisearch 管理

This commit is contained in:
eafonyang
2026-08-14 11:26:20 +08:00
parent f99f622977
commit 160307087d
14 changed files with 759 additions and 0 deletions
@@ -23,6 +23,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
headphone_brand: () => import("@/views/headphone/brand/index.vue"),
headphone_model: () => import("@/views/headphone/model/index.vue"),
home: () => import("@/views/home/index.vue"),
meilisearch: () => import("@/views/meilisearch/index.vue"),
"share-code_log": () => import("@/views/share-code/log/index.vue"),
system_users: () => import("@/views/system/users/index.vue"),
"toolbox_luxsin-controller": () => import("@/views/toolbox/luxsin-controller/index.vue"),