File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Agent UI 微信小程序组件依赖**微信云开发**服务,需先开通云
4545可通过以下两种方式获取组件包代码
4646
47471 . ** 克隆仓库到本地,提取其中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
You can’t perform that action at this time.
0 commit comments