feat:增加SweetHub项目文档

This commit is contained in:
2026-06-04 19:58:02 +08:00
parent 845a29f476
commit a5976c9783
5 changed files with 240 additions and 34 deletions

View File

@@ -79,8 +79,8 @@ export const routers = [
{ text: 'RustFS简介和使用', link: '/Web/Others/RustFS' },
{ text: 'AList简介和使用', link: '/Web/Others/AList' },
{ text: 'InfluxDB简介和使用', link: '/Web/Others/InfluxDB' },
{ text: '网络编程简介', link: '/Web/Others/Netword-Program' },
{ text: '视频压缩', link: '/Web/Others/VideoCompressor' }
{ text: '视频压缩', link: '/Web/Others/VideoCompressor' },
{ text: '图片处理服务', link: '/Web/Others/ImageProcessor' }
]
},
]
@@ -107,6 +107,7 @@ export const routers = [
{
text: '👤 个人项目',
items: [
{ text: '家庭管理系统', link: '/Practice/Personal/SweetHut' }
]
},
]