Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Erythrocyte3803 committed Dec 8, 2024
1 parent 5337eae commit 4478f6d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/.vitepress/configs/nav.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { DefaultTheme } from 'vitepress'

export const nav: DefaultTheme.Config['nav'] = [
{ text: '主站', link: 'https://www.ai-hobbyist.com/' },
{ text: 'AI Hobbyist网盘', link: 'https://pan.ai-hobbyist.com/' },
{ text: '首页', link: 'https://www.acgnai.top/' },
{ text: '社区', link: 'https://www.ai-hobbyist.com/' },
{ text: '网盘', link: 'https://pan.ai-hobbyist.com/' },
{ text: '模型下载导航', link: '/nav/' },
]
20 changes: 18 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,23 @@ hero:
src: /logo.png
alt: AI Hobbyist
actions:
- text: AI Hobbyist
link: https://www.ai-bibbyist.com
- text: 首页
link: https://www.acgnai.top
- text: 社区
link: https://www.ai-hobbyist.com
- text: 网盘
link: https://pan.ai-hobbyist.com
- text: 模型下载导航
link: /nav/
features:
- icon: 🔗
title: DDSP模型
details: DDSP模型合集,用于歌声声线转换
link: nav/#ddsp-6-0
- icon: 🔗
title: RVC模型
details: RVC模型合集,用于歌声声线转换
link: nav/#rvc
- icon: 🔗
title: GPT-Sovits模型
details: 语音合成模型合集,用于合成语音
Expand All @@ -27,6 +35,14 @@ features:
title: DiffSinger模型
details: DiffSinge模型合集,用于合成歌声
link: nav/#diffsinger
- icon: 🔗
title: QQ交流群
details: 交流群合集
link: nav/#相关群聊
- icon: 🔗
title: 交流社区
details: 更多相关资源
link: https://www.ai-hobbyist.com
---

<style>
Expand Down

0 comments on commit 4478f6d

Please sign in to comment.