feat:增加MeiliSearch文档

This commit is contained in:
2026-08-16 17:21:36 +08:00
parent 911429d591
commit a5569f70ae
2 changed files with 182 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ export const routers = [
{ text: 'RustFS简介和使用', link: '/Web/Others/RustFS' },
{ text: 'AList简介和使用', link: '/Web/Others/AList' },
{ text: 'InfluxDB简介和使用', link: '/Web/Others/InfluxDB' },
{ text: 'Meilisearch简介和使用', link: '/Web/Others/Meilisearch' },
{ text: '视频压缩', link: '/Web/Others/VideoCompressor' },
{ text: '图片处理服务', link: '/Web/Others/ImageProcessor' },
{ text: '秒杀系统设计与实战', link: '/Web/Others/Seckill' }