Skip to content

Commit d8f3cac

Browse files
authored
Merge pull request #66 from TencentCloudBase/dev
Dev
2 parents 26eb6a5 + e4e2938 commit d8f3cac

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [1.13.0](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.5...v1.13.0) (2025-05-19)
6+
7+
8+
### Features
9+
10+
* support web agent ui example ([f483d88](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/f483d882e3db1b91de348c01f3b1ae9737246c8c))
11+
12+
13+
### Bug Fixes
14+
15+
* fix copy image bug ([1465317](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/1465317871786a0dc13089c428aee4c1e1893016))
16+
* fix readme ([8ff13ee](https://github.com/TencentCloudBase/cloudbase-agent-ui/commit/8ff13eed28c9292b375158de6171c7de745897ef))
17+
518
### [1.12.5](https://github.com/TencentCloudBase/cloudbase-agent-ui/compare/v1.12.4...v1.12.5) (2025-05-16)
619

720

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<view class="markdown-it-code-copy" bindtap="copyClipBoard">
2-
<image src="../../imgs/copy.svg" style="width: 32rpx;height: 32rpx" mode="aspectFill" />
2+
<image src="../../imgs/copy.svg" style="width: 32rpx !important;height: 32rpx !important" mode="aspectFill" />
33
</view>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<view class="markdown-it-code-copy" bindtap="copyClipBoard">
2-
<image src="../../imgs/copy.svg" style="width: 32rpx;height: 32rpx" mode="aspectFill" />
2+
<image src="../../imgs/copy.svg" style="width: 32rpx !important;height: 32rpx !important" mode="aspectFill" />
33
</view>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudbase-agent-ui",
3-
"version": "1.12.5",
3+
"version": "1.13.0",
44
"description": "微信小程序 Agent UI组件",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)