Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/common
Submodule common updated 0 files
8 changes: 8 additions & 0 deletions packages/pro-components/chat/attachments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/nsYgGtm58k4g" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 组件类型

#### 图片类型
Expand Down
9 changes: 9 additions & 0 deletions packages/pro-components/chat/chat-actionbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/TfXVvtmM8I4c" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>


### 01 组件类型

#### 基础类型
Expand Down
7 changes: 7 additions & 0 deletions packages/pro-components/chat/chat-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/rIY05tmE8p4o" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 组件类型

Expand Down
2 changes: 1 addition & 1 deletion packages/pro-components/chat/chat-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ isComponent: true

## 代码演示

<a href="https://developers.weixin.qq.com/s/F1cSo7mm75SS" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>
<a href="https://developers.weixin.qq.com/s/Cl1guumx824W" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
content="{{item.content}}"
role="{{item.role}}"
placement="{{item.role === 'user' ? 'right' : 'left'}}"
status="{{item.status}}"
status="{{item.status || ''}}"
>
<t-chat-actionbar
wx:if="{{chatIndex !== chatList.length - 1 && item.status === 'complete' && item.role === 'assistant'}}"
Expand Down
8 changes: 8 additions & 0 deletions packages/pro-components/chat/chat-loading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/GQYNbtmE8g4C" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 组件类型

支持多种加载中动效类型,包括 gradient、moving、dots
Expand Down
7 changes: 7 additions & 0 deletions packages/pro-components/chat/chat-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/tpXWatmU8P44" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 基础 Markdown 样式

Expand Down
7 changes: 7 additions & 0 deletions packages/pro-components/chat/chat-message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/TqXIftmF8c4G" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 组件类型

Expand Down
7 changes: 7 additions & 0 deletions packages/pro-components/chat/chat-sender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/1b3SQumy8n4O" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 组件类型

Expand Down
7 changes: 7 additions & 0 deletions packages/pro-components/chat/chat-thinking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ isComponent: true
}
```

## 代码演示

<a href="https://developers.weixin.qq.com/s/mjXfGtmd8V4h" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>

<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
</blockquote>

### 01 组件类型

Expand Down
Loading