mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 00:53:54 +08:00
feat: 新增替换词管理功能
This commit is contained in:
@@ -196,6 +196,18 @@ const routes = [
|
||||
title: '功能配置'
|
||||
}
|
||||
},
|
||||
// 替换词管理
|
||||
{
|
||||
path: '/replacement-word-management',
|
||||
name: 'ReplacementWordManagement',
|
||||
component: function () {
|
||||
return import('../views/ReplacementWordManagement.vue')
|
||||
},
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: '替换词管理'
|
||||
}
|
||||
},
|
||||
]
|
||||
const router = new VueRouter({
|
||||
base: process.env.VUE_APP_PUBLIC_PATH || '/',
|
||||
|
||||
Reference in New Issue
Block a user