Skip to content

Commit

Permalink
feat: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Erythrocyte3803 committed Dec 8, 2024
1 parent 0978615 commit 70a67bb
Show file tree
Hide file tree
Showing 9 changed files with 1,896 additions and 2,048 deletions.
16 changes: 8 additions & 8 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default defineConfig({
base: APP_BASE_PATH ? `/${APP_BASE_PATH}/` : '/',

lang: 'zh-CN',
title: '茂茂物语',
description: '茂茂的成长之路,包含前端常用知识、源码阅读笔记、各种奇淫技巧、日常提效工具等',
title: 'AI Hobbyist',
description: 'AI Hobbyist 旗下的AI模型合集站',
head,

lastUpdated: true,
Expand All @@ -38,11 +38,11 @@ export default defineConfig({
label: '目录',
},

socialLinks: [{ icon: 'github', link: 'https://github.com/maomao1996/vitepress-nav-template' }],
socialLinks: [{ icon: 'github', link: 'https://github.com/AI-Hobbyist/model-nav' },{ icon: 'discord', link: 'https://discord.gg/eGzeMgYSPD' }],

footer: {
message: '如有转载或 CV 的请标注本站原文地址',
copyright: 'Copyright © 2019-present maomao',
copyright: 'Copyright © 2024-AI Hobbyist | Powered by maomao',
},

lastUpdated: {
Expand All @@ -66,14 +66,14 @@ export default defineConfig({

/*** 自定义配置 ***/
visitor: {
badgeId: 'maomao1996.vitepress-nav-template',
badgeId: 'AI-Hobbyist/model-nav',
},

comment: {
repo: 'maomao1996/vitepress-nav-template',
repoId: 'R_kgDOJC09Jg',
repo: 'AI-Hobbyist/model-nav',
repoId: 'R_kgDONajEwA',
category: 'Announcements',
categoryId: 'DIC_kwDOJC09Js4Cekn0',
categoryId: 'DIC_kwDONajEwM4ClCLa',
},
},

Expand Down
14 changes: 3 additions & 11 deletions docs/.vitepress/configs/nav.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import type { DefaultTheme } from 'vitepress'

export const nav: DefaultTheme.Config['nav'] = [
{ text: '前端导航', link: '/nav/' },
{ text: '茂茂主页', link: 'https://fe-mm.com' },
{
text: '茂茂物语',
link: 'https://notes.fe-mm.com',
},
{ text: 'mmPlayer', link: 'https://netease-music.fe-mm.com' },
{
text: '油猴脚本',
link: 'https://github.com/maomao1996/tampermonkey-scripts',
},
{ text: '主站', link: 'https://www.ai-hobbyist.com/' },
{ text: 'AI Hobbyist网盘', link: 'https://pan.ai-hobbyist.com/' },
{ text: '模型下载导航', link: '/nav/' },
]
59 changes: 18 additions & 41 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,30 @@ layout: home
layoutClass: 'm-home-layout'

hero:
name: 茂茂的
text: 前端导航模板
tagline: 基于 VitePress 的个人前端导航页面模板
name: 语音合成&AI翻唱
text: 模型权重合集
tagline: 模型权重合集,可以在这里寻找自己想要的AI模型
image:
src: /logo.png
alt: 茂茂物语
alt: AI Hobbyist
actions:
- text: 茂茂物语
link: https://notes.fe-mm.com
- text: 前端导航
- text: AI Hobbyist
link: https://www.ai-bibbyist.com
- text: 模型下载导航
link: /nav/
theme: alt
- text: mmPlayer
link: https://netease-music.fe-mm.com
- text: 测试页
link: /test
theme: alt
features:
- icon: 📖
title: 前端物语
details: 整理前端常用知识点<small>(面试八股文)</small><br />如有异议按你的理解为主,不接受反驳
- icon: 🔗
title: DDSP模型
details: DDSP模型合集,用于歌声声线转换
link: https://notes.fe-mm.com/fe/javascript/types
- icon: 🔗
title: GPT-Sovits模型
details: 语音合成模型合集,用于合成语音
link: https://notes.fe-mm.com/fe/javascript/types
- icon: 🔗
title: DiffSinger模型
details: DiffSinge模型合集,用于合成歌声
link: https://notes.fe-mm.com/fe/javascript/types
linkText: 前端常用知识
- icon: 📘
title: 源码阅读
details: 了解各种库的实现原理<br />学习其中的小技巧和冷知识
link: https://notes.fe-mm.com/analysis/utils/only-allow
linkText: 源码阅读
- icon: 💡
title: Workflow
details: 在工作中学到的一切<small>(常用库/工具/奇淫技巧等)</small><br />配合 CV 大法来更好的摸鱼
link: https://notes.fe-mm.com/workflow/utils/library
linkText: 常用工具库
- icon: 🧰
title: 提效工具
details: 工欲善其事,必先利其器<br />记录开发和日常使用中所用到的软件、插件、扩展等
link: https://notes.fe-mm.com/efficiency/online-tools
linkText: 提效工具
- icon: 🐞
title: 踩坑记录
details: 那些年我们踩过的坑<br />总有一些让你意想不到的问题
link: https://notes.fe-mm.com/pit/npm
linkText: 踩坑记录
- icon: 💯
title: 吾志所向,一往无前。
details: '<small class="bottom-small">一个想躺平的小开发</small>'
link: https://notes.fe-mm.com/mao
---

<style>
Expand Down
Loading

0 comments on commit 70a67bb

Please sign in to comment.