feat:增加视频压缩文档

This commit is contained in:
2026-01-29 15:01:35 +08:00
parent b39d345da9
commit cbe8821376
5 changed files with 686 additions and 7 deletions

View File

@@ -15,7 +15,8 @@ export const routers = [
{ text: 'JavaScript知识点整理', link: '/Web-Front/Others/JavaScript-Guide' },
{ text: '前端包管理器', link: '/Web-Front/Others/Package' },
{ text: 'Vite核心原理', link: '/Web-Front/Others/Vite-Principle' },
{ text: '浏览器渲染全流程解析', link: '/Web-Front/Others/Browser-Process' }
{ text: '浏览器渲染全流程解析', link: '/Web-Front/Others/Browser-Process' },
{ text: 'Element Plus 上传器', link: '/Web-Front/Others/ElUpload' }
]
},
]
@@ -61,7 +62,8 @@ export const routers = [
items: [
{ text: 'RustFS简介和使用', link: '/Web-Backend/Others/RustFS' },
{ text: 'AList简介和使用', link: '/Web-Backend/Others/AList' },
{ text: '网络编程简介', link: '/Web-Backend/Others/Netword-Program' }
{ text: '网络编程简介', link: '/Web-Backend/Others/Netword-Program' },
{ text: '视频压缩', link: '/Web-Backend/Others/VideoCompressor' }
]
},
]