askbot-dragon 88.0.21 → 88.0.23
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
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
</template>
|
|
146
146
|
<template v-if="msg.content.type == 0">
|
|
147
147
|
<div v-for="(item, itemIndex) in msg.content.list" :key="itemIndex"
|
|
148
|
-
class="libang_list_cell_recognition">
|
|
149
|
-
<div class="libang_list_cell_left"
|
|
148
|
+
class="libang_list_cell_recognition" @click="lookAttach(item.url, item, $event)">
|
|
149
|
+
<div class="libang_list_cell_left" >
|
|
150
150
|
<div class="libang_source_name" >
|
|
151
151
|
<img class="libang_title_icon" height="18px" width="18px" :src="getIconSrc(item)" alt srcset />
|
|
152
152
|
<span class="libang_title_from">{{ item.from }}</span> -
|
|
@@ -155,10 +155,11 @@
|
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
157
157
|
<div class="libang_source_floder" @click.stop="clickFloder(item)">
|
|
158
|
+
<i class="iconfont guoran-tongyichicun-wenjianjia-zhankaizhuangtai--folderOpen"></i>
|
|
158
159
|
{{ item.folderName }}
|
|
159
160
|
</div>
|
|
160
161
|
</div>
|
|
161
|
-
<i class="iconfont guoran-right"></i>
|
|
162
|
+
<i class="iconfont guoran-right" @click="lookAttach(item.url, item, $event)"></i>
|
|
162
163
|
</div>
|
|
163
164
|
</template>
|
|
164
165
|
<div class="ad-loadmore" v-if="loadMoreFlag" @click="lazyLoadKnowledegList">查看更多</div>
|
|
@@ -1049,13 +1050,15 @@ export default {
|
|
|
1049
1050
|
}
|
|
1050
1051
|
.libang_source_floder {
|
|
1051
1052
|
max-width: calc(226px - 24px);
|
|
1052
|
-
margin-left: 24px;
|
|
1053
1053
|
text-align: left;
|
|
1054
1054
|
color: #366aff;
|
|
1055
1055
|
overflow: hidden;
|
|
1056
1056
|
text-overflow: ellipsis;
|
|
1057
1057
|
white-space: nowrap;
|
|
1058
1058
|
cursor: pointer;
|
|
1059
|
+
.iconfont {
|
|
1060
|
+
margin: 0 8px;
|
|
1061
|
+
}
|
|
1059
1062
|
}
|
|
1060
1063
|
}
|
|
1061
1064
|
i {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</div> -->
|
|
35
35
|
|
|
36
36
|
<!-- <text-message :text="text" @submitClick="submitClick"></text-message> -->
|
|
37
|
-
<answer-docknowledge :isAskLightning="2" :msg="answerDocknowledge" :isLiBang="
|
|
37
|
+
<answer-docknowledge :isAskLightning="2" :msg="answerDocknowledge" :isLiBang="false"></answer-docknowledge>
|
|
38
38
|
<welcomeSuggest :msg="welcomeSuggest"></welcomeSuggest>
|
|
39
39
|
<!-- <voice-component @closeVoice="closeVoice">
|
|
40
40
|
<div slot="voiceTip">
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
<!-- v-else-if="drawer" -->
|
|
12
12
|
<div class="drawer-header" :class="isLiBang ? 'libang_head' : ''" v-if="!isPc">
|
|
13
13
|
<div class="header-btn btn_position">
|
|
14
|
-
<div class="onload_btn" v-if="isDownload
|
|
14
|
+
<div class="onload_btn" v-if="isDownload" @click="downLoad">
|
|
15
15
|
下载
|
|
16
16
|
</div>
|
|
17
|
-
<div class="summaryBtn" :class="showSummary ? 'summaryActiveBtn' : ''" @click="summaryFun" v-if="isHasChat
|
|
17
|
+
<div class="summaryBtn" :class="showSummary ? 'summaryActiveBtn' : ''" @click="summaryFun" v-if="isHasChat">
|
|
18
18
|
<i class="iconfont guoran-tongyichicun-write-29-jiqiren"></i>
|
|
19
19
|
<span>智能摘要</span>
|
|
20
20
|
</div>
|
|
21
|
-
<template v-if="isHasChat
|
|
21
|
+
<template v-if="isHasChat">
|
|
22
22
|
<div class="chat" @click="previewToDialog(true)" v-if="!previewKnowledgeId">
|
|
23
23
|
<i class="iconfont guoran-wendapingjia"></i>
|
|
24
24
|
聊一聊
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
{{ title ? title : "查看详情" }}
|
|
53
53
|
</span>
|
|
54
54
|
<div class="header-btn">
|
|
55
|
-
<div class="onload_btn" v-if="isDownload
|
|
55
|
+
<div class="onload_btn" v-if="isDownload" @click="downLoad">
|
|
56
56
|
下载
|
|
57
57
|
</div>
|
|
58
58
|
<div class="summaryBtn" :class="showSummary ? 'summaryActiveBtn' : ''" @click="summaryFun"
|
|
59
|
-
v-if="isHasChat
|
|
59
|
+
v-if="isHasChat">
|
|
60
60
|
<i class="iconfont guoran-tongyichicun-write-29-jiqiren"></i>
|
|
61
61
|
<span>智能摘要</span>
|
|
62
62
|
</div>
|
|
63
|
-
<template v-if="isHasChat
|
|
63
|
+
<template v-if="isHasChat">
|
|
64
64
|
<div class="chat" @click="previewToDialog(true)" v-if="!previewKnowledgeId">
|
|
65
65
|
<i class="iconfont guoran-wendapingjia"></i>
|
|
66
66
|
聊一聊
|