@tencentcloud/ai-desk-customer-vue 1.7.2 → 1.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.7.3 @2026.4.27
2
+
3
+ ### Features
4
+ - 支持富文本消息的 gfm 表格格式
5
+
1
6
  ## 1.7.2 @2026.3.30
2
7
 
3
8
  ### Features
@@ -3,7 +3,7 @@ import { getStyledATagFromText } from '../../../../../../utils/utils';
3
3
  import DOMPurify from 'dompurify';
4
4
 
5
5
  export const marked = new Marked(
6
- {mangle: false, headerIds: false, breaks: true, gfm: false, smartLists: true,},
6
+ {mangle: false, headerIds: false, breaks: true, gfm: true, smartLists: true,},
7
7
  {
8
8
  renderer: {
9
9
  image(this: any, href: string | null, title: string | null, text: string) {
@@ -140,6 +140,7 @@ const handleStyle = (type?: string) => {
140
140
  overflow-wrap: break-word;
141
141
  word-break: normal;
142
142
  font-size: 14px;
143
+ margin: 0;
143
144
  }
144
145
  }
145
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/ai-desk-customer-vue",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Vue2/Vue3 UIKit for AI Desk",
5
5
  "main": "index",
6
6
  "keywords": [