askbot-dragon 0.7.25 → 0.7.26
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/package.json
CHANGED
|
@@ -923,50 +923,7 @@ export default {
|
|
|
923
923
|
processAction:[
|
|
924
924
|
{
|
|
925
925
|
content:{
|
|
926
|
-
html:'
|
|
927
|
-
actionType: "answer_text",
|
|
928
|
-
list:['关联意图'],
|
|
929
|
-
recommend:{
|
|
930
|
-
description: "关联意图测试描述",
|
|
931
|
-
list:[
|
|
932
|
-
{
|
|
933
|
-
id: "3539",
|
|
934
|
-
text: "文本",
|
|
935
|
-
type: 1
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
id: "3540",
|
|
939
|
-
text: "图片",
|
|
940
|
-
type: 1
|
|
941
|
-
}
|
|
942
|
-
],
|
|
943
|
-
status: true
|
|
944
|
-
},
|
|
945
|
-
replyIndex: 0
|
|
946
|
-
},
|
|
947
|
-
type:'answer_text',
|
|
948
|
-
id:'60df04245987400458f697cd',
|
|
949
|
-
intentId:6064,
|
|
950
|
-
recommend:{
|
|
951
|
-
description: "关联意图测试描述",
|
|
952
|
-
list:[
|
|
953
|
-
{
|
|
954
|
-
id: "3539",
|
|
955
|
-
text: "文本",
|
|
956
|
-
type: 1
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
id: "3540",
|
|
960
|
-
text: "图片",
|
|
961
|
-
type: 1
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
status: true
|
|
965
|
-
},
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
content:{
|
|
969
|
-
html:'<p><img onclick=\'previewImage(this)\' width=\\"100%\\" src=\\"https://static.guoranbot.com/ueditor/2021/07/02/78f1af50e47440c1b573f227c2618be1/下载" title="下载 (1).png" alt="下载 (1).png"/></p>',
|
|
926
|
+
html:'哈哈哈哈',
|
|
970
927
|
recommend:{
|
|
971
928
|
description: "关联意图测试描述",
|
|
972
929
|
list:[
|
|
@@ -1008,8 +965,9 @@ export default {
|
|
|
1008
965
|
{
|
|
1009
966
|
content:{
|
|
1010
967
|
url:'https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/2021/08/24/07/35/45c878fd-6a8e-40e2-b599-bdba8e17cf8a/微信图片_20210423113520.jpg?x-oss-process=image/auto-orient,1/quality,q_90/watermark,text_MjE=,color_cccccc,size_48,rotate_315,fill_1,x_10,y_10,t_0',
|
|
968
|
+
html:'测试文本-关联推荐没有描述',
|
|
1011
969
|
recommend:{
|
|
1012
|
-
description: "
|
|
970
|
+
description: "",
|
|
1013
971
|
list:[
|
|
1014
972
|
{
|
|
1015
973
|
id: "3539",
|
|
@@ -1029,7 +987,7 @@ export default {
|
|
|
1029
987
|
id:'6124d9b1c12fa234e0b3ddc8',
|
|
1030
988
|
intentId:6064,
|
|
1031
989
|
recommend:{
|
|
1032
|
-
description: "
|
|
990
|
+
description: "",
|
|
1033
991
|
list:[
|
|
1034
992
|
{
|
|
1035
993
|
id: "3539",
|
|
@@ -337,11 +337,11 @@ export default {
|
|
|
337
337
|
if(flag){
|
|
338
338
|
this.isPhone=true
|
|
339
339
|
let el=this.$el
|
|
340
|
-
el.style.width='calc(100vw -
|
|
340
|
+
el.style.width='calc(100vw - 110px)'
|
|
341
341
|
let swiper=document.getElementsByClassName('swiper')
|
|
342
342
|
for (let i=0;i<swiper.length;i++)
|
|
343
343
|
{
|
|
344
|
-
swiper[i].style.width='calc(100vw -
|
|
344
|
+
swiper[i].style.width='calc(100vw - 110px)'
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
|