UNPKG
@tencentcloud/ai-desk-customer-uniapp
Version:
latest (1.6.8)
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.7.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
uni-app Vue UIKit for AI Desk
@tencentcloud/ai-desk-customer-uniapp
/
components
/
common
/
RichText
/
plugins
/
highlight
/
config.js
6 lines
(5 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { copyByLongPress:
false
,
// 是否需要长按代码块时显示复制代码内容菜单
showLanguageName:
false
,
// 是否在代码块右上角显示语言的名称
showLineNumber:
false
// 是否显示行号
}