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

View File

@@ -1,23 +1,23 @@
---
title: send - 文件发送
description: 向用户发送文件
title: send - File Send
description: Send files to user
---
向用户发送文件(图片、视频、音频、文档等),当用户明确要求发送/分享文件时使用。
Send files to the user (images, videos, audio, documents, etc.), used when the user explicitly requests to send/share a file.
## 依赖
## Dependencies
无额外依赖,默认可用。
No extra dependencies, available by default.
## 参数
## Parameters
| 参数 | 类型 | 必填 | 说明 |
| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `path` | string | 是 | 文件路径,可以是绝对路径或相对于工作空间的路径 |
| `message` | string | | 附带的消息说明 |
| `path` | string | Yes | File path, can be absolute or relative to workspace |
| `message` | string | No | Accompanying message |
## 使用场景
## Use Cases
- 将生成的代码或文档发送给用户
- 发送截图、图表
- 分享下载的文件
- Send generated code or documents to the user
- Send screenshots, charts
- Share downloaded files