Skip to content

Commit 42b5830

Browse files
committed
fix: fix readme
1 parent c1870b4 commit 42b5830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Agent UI 微信小程序组件依赖**微信云开发**服务,需先开通云
4545
可通过以下两种方式获取组件包代码
4646

4747
1. **克隆仓库到本地,提取其中components/agent-ui 目录使用**
48-
2. **下载GitHub Release 包,直接使用**
48+
2. **下载GitHub Release 包 agent-ui.zip,直接使用**
4949

5050
### 3. 微信小程序项目引入组件
5151

@@ -119,7 +119,7 @@ Page({
119119
```bash
120120
📦 cloudbase-agent-ui
121121
├── 📂 components # 组件集合
122-
│ └── agent-ui # 你要使用的小程序 Agent UI 组件(拷贝这个!!!
122+
│ └── agent-ui # 你要使用的小程序 Agent UI 组件(拷贝这个替换旧版本
123123
├── 📂 docs # 文档
124124
└── 📂 apps # 应用列表
125125
│ └── miniprogram-agent-ui # 集成 agent-ui 组件的示例应用,可直接导入微信开发者工具体验
@@ -166,7 +166,7 @@ Page({
166166
> 大小限制:单文件不超过10M
167167
> 数量限制:单次最多支持 5 个文件
168168
> 文件类型:pdf、txt、doc、docx、ppt、pptx、xls、xlsx、csv
169-
> **request合法域名配置**:微信小程序上传文件需要添加“文件上传接口”到request合法域名列表,文件上传域名为:https://{your-envid}.api.tcloudbasegateway.com, 可前往[微信公众平台](https://mp.weixin.qq.com)配置合法域名
169+
> **request合法域名配置**:微信小程序上传文件需要添加“文件上传接口”到request合法域名列表,文件上传域名为:https://{your-envid}.api.tcloudbasegateway.com, 可前往[微信公众平台](https://mp.weixin.qq.com)配置request合法域名
170170
171171
配置示例
172172

0 commit comments

Comments
 (0)