同步现在的代码

This commit is contained in:
linghutianhao
2026-08-14 15:28:57 +08:00
parent 5eab53a777
commit 8b6b8e7ab7
66 changed files with 7248 additions and 1248 deletions
+18
View File
@@ -0,0 +1,18 @@
---
title: 搜索框
sidebar_position: 2
---
## 搜索框
### 搭建流程
```
1.
npm install --save @easyops-cn/docusaurus-search-local
2.修改文件后需要build才能查询到最新的
npm run build
npm run serve
```