Add dependency documentation for MD editor, icons, and use-debounce
This commit is contained in:
parent
36390e3224
commit
307b0cd4d4
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
- **框架**:Next.js(前后端不分离,WebUI 作为本地界面)
|
- **框架**:Next.js(前后端不分离,WebUI 作为本地界面)
|
||||||
- **UI 库**:Ant Design
|
- **UI 库**:Ant Design
|
||||||
|
- **图标库**:@ant-design/icons
|
||||||
|
- **工具库**:use-debounce(防抖)
|
||||||
|
- **Markdown 编辑器**:@uiw/react-md-editor(风格需调整为与 Ant Design 统一)
|
||||||
- **校验库**:Zod(运行时校验 config 文件 + API 响应)
|
- **校验库**:Zod(运行时校验 config 文件 + API 响应)
|
||||||
- **平台 API**:Modrinth API、CurseForge API
|
- **平台 API**:Modrinth API、CurseForge API
|
||||||
|
|
||||||
@ -105,3 +108,17 @@ src/types/
|
|||||||
- `ant.design/design.md` — 设计语言上下文
|
- `ant.design/design.md` — 设计语言上下文
|
||||||
- 每页 `.md` — 逐页获取正文
|
- 每页 `.md` — 逐页获取正文
|
||||||
- 每组件 `semantic.md` — 单个组件语义结构
|
- 每组件 `semantic.md` — 单个组件语义结构
|
||||||
|
|
||||||
|
#### use-debounce
|
||||||
|
|
||||||
|
- `https://www.npmjs.com/package/use-debounce` — npm 页面
|
||||||
|
- `https://raw.githubusercontent.com/xnimorz/use-debounce/refs/heads/master/README.md` — README 原文
|
||||||
|
|
||||||
|
#### Zod
|
||||||
|
|
||||||
|
- `https://zod.dev/llms.txt` — 目录索引(纯链接)
|
||||||
|
- `https://raw.githubusercontent.com/colinhacks/zod/refs/heads/main/packages/zod/README.md` — README 原文
|
||||||
|
|
||||||
|
#### @uiw/react-md-editor
|
||||||
|
|
||||||
|
- `https://github.com/uiwjs/react-md-editor/blob/master/core/README.md` — README 原文
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user