askbot-dragon 1.5.77 → 1.5.78
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
|
@@ -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
|
聊一聊
|