Document Vitest as testing framework in project docs

This commit is contained in:
CPTProgrammer 2026-07-07 01:39:21 +08:00
parent 3c8b52c238
commit db9e9c3d05
No known key found for this signature in database

View File

@ -10,6 +10,7 @@
- **工具库**use-debounce防抖
- **Markdown 编辑器**@uiw/react-md-editor风格需调整为与 Ant Design 统一)
- **校验库**Zod运行时校验 config 文件 + API 响应)
- **测试框架**Vitest
- **平台 API**Modrinth API、CurseForge API
## 项目结构
@ -119,6 +120,10 @@ src/types/
- `https://zod.dev/llms.txt` — 目录索引(纯链接)
- `https://raw.githubusercontent.com/colinhacks/zod/refs/heads/main/packages/zod/README.md` — README 原文
#### Vitest
- `https://vitest.dev/llms.txt` — 目录索引
#### @uiw/react-md-editor
- `https://github.com/uiwjs/react-md-editor/blob/master/core/README.md` — README 原文