docs: make English the default docs language and fix link paths

This commit is contained in:
zhayujie
2026-05-31 17:52:22 +08:00
parent 126649f70f
commit 7bf4ef3d05
231 changed files with 8999 additions and 8974 deletions

23
docs/zh/tools/send.mdx Normal file
View File

@@ -0,0 +1,23 @@
---
title: send - 文件发送
description: 向用户发送文件
---
向用户发送文件(图片、视频、音频、文档等),当用户明确要求发送/分享文件时使用。
## 依赖
无额外依赖,默认可用。
## 参数
| 参数 | 类型 | 必填 | 说明 |
| --- | --- | --- | --- |
| `path` | string | 是 | 文件路径,可以是绝对路径或相对于工作空间的路径 |
| `message` | string | 否 | 附带的消息说明 |
## 使用场景
- 将生成的代码或文档发送给用户
- 发送截图、图表
- 分享下载的文件