更新了搜索功能 (终于!) 1.1.0 版本 Release!
All checks were successful
Build / build-and-test (push) Successful in 33s
All checks were successful
Build / build-and-test (push) Successful in 33s
This commit is contained in:
@ -39,21 +39,29 @@ export function createSSRRouter() {
|
||||
title: '阅读',
|
||||
hidden: true
|
||||
}
|
||||
},{
|
||||
path: '/search/simple',
|
||||
name: '搜索',
|
||||
component: () => import('./views/SimpleSearch.vue'),
|
||||
meta: {
|
||||
title: '搜索',
|
||||
order: 2
|
||||
}
|
||||
},{
|
||||
path: '/settings',
|
||||
name: '设置',
|
||||
component: () => import('./views/Settings.vue'),
|
||||
meta: {
|
||||
title: '设置',
|
||||
order: 2
|
||||
order: 90
|
||||
},
|
||||
},{
|
||||
path: '/about',
|
||||
name: '关于',
|
||||
component: () => import('./views/About.vue'),
|
||||
component: () => import('./views/About.md'),
|
||||
meta: {
|
||||
title: '',
|
||||
order: 3
|
||||
order: 100
|
||||
},
|
||||
},{
|
||||
path: '/developer',
|
||||
|
Reference in New Issue
Block a user