更新了搜索功能 (终于!) 1.1.0 版本 Release!
All checks were successful
Build / build-and-test (push) Successful in 33s

This commit is contained in:
2025-05-26 11:23:24 +08:00
parent eb5b28249f
commit f5d3e7ea88
10 changed files with 160 additions and 47 deletions

View File

@ -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',