Skip to content
Merged

Dev #66

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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.13.0](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.5...v1.13.0) (2025-05-19)


### Features

* support web agent ui example ([f483d88](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/f483d882e3db1b91de348c01f3b1ae9737246c8c))


### Bug Fixes

* fix copy image bug ([1465317](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/1465317871786a0dc13089c428aee4c1e1893016))
* fix readme ([8ff13ee](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/8ff13eed28c9292b375158de6171c7de745897ef))

### [1.12.5](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.4...v1.12.5) (2025-05-16)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<view class="markdown-it-code-copy" bindtap="copyClipBoard">
<image src="../../imgs/copy.svg" style="width: 32rpx;height: 32rpx" mode="aspectFill" />
<image src="../../imgs/copy.svg" style="width: 32rpx !important;height: 32rpx !important" mode="aspectFill" />
</view>
2 changes: 1 addition & 1 deletion components/agent-ui/wd-markdown/copy/index.wxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<view class="markdown-it-code-copy" bindtap="copyClipBoard">
<image src="../../imgs/copy.svg" style="width: 32rpx;height: 32rpx" mode="aspectFill" />
<image src="../../imgs/copy.svg" style="width: 32rpx !important;height: 32rpx !important" mode="aspectFill" />
</view>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudbase-agent-ui",
"version": "1.12.5",
"version": "1.13.0",
"description": "微信小程序 Agent UI组件",
"main": "index.js",
"directories": {
Expand Down
Loading