[feat] rainbox

This commit is contained in:
He
2026-04-06 08:54:29 +08:00
parent 9b61ce3b61
commit e65954222e
11 changed files with 352 additions and 67 deletions
+5
View File
@@ -7,6 +7,10 @@ const sidebarAuto: SidebarAutoItem[] = [
text: 'Kinesin',
path: '/kinesin',
},
{
text: 'Rainbox',
path: '/rainbox',
},
{
text: 'Columba',
path: '/columba',
@@ -23,6 +27,7 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: '隐私协议', link: '/privacy' },
{ text: '知识库', link: 'https://kegongteng.cn' },
{ text: '联系', link: 'mailto:i@kegongteng.cn' },
],