feat:增加视频压缩文档
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user