askbot-dragon 1.7.41-beta → 1.7.44-beta
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/README.md +27 -27
- package/babel.config.js +6 -6
- package/dragon.iml +7 -7
- package/package.json +56 -55
- package/public/index.html +73 -75
- package/src/App.vue +31 -31
- package/src/api/index.js +1 -1
- package/src/api/mock.http +2 -2
- package/src/api/requestUrl.js +185 -185
- package/src/assets/js/AliyunlssUtil.js +141 -117
- package/src/assets/js/Base64Util.js +22 -22
- package/src/assets/js/common.js +252 -252
- package/src/assets/js/hammer.js +100 -89
- package/src/assets/js/script.js +36 -36
- package/src/assets/less/common.css +6773 -6773
- package/src/assets/less/converSationContainer/common.less +199 -192
- package/src/assets/less/converSationContainer/converSatonContainer.less +493 -493
- package/src/assets/less/iconfont.css +37 -37
- package/src/assets/less/ticketMessage.less +294 -294
- package/src/components/ActionAlertIframe.vue +177 -154
- package/src/components/AiGuide.vue +438 -471
- package/src/components/AnswerDocknowledge.vue +1091 -1087
- package/src/components/AnswerVoice.vue +285 -285
- package/src/components/AskIFrame.vue +15 -15
- package/src/components/ConversationContainer.vue +10766 -10875
- package/src/components/FileType.vue +86 -86
- package/src/components/Message.vue +27 -27
- package/src/components/MyEditor.vue +342 -341
- package/src/components/QwFeedback.vue +301 -301
- package/src/components/actionSatisfaction.vue +107 -107
- package/src/components/actionSendToBot.vue +62 -62
- package/src/components/answerDissatisfaction.vue +62 -62
- package/src/components/answerRadio.vue +211 -211
- package/src/components/ask-components/DissatisfactionOptions.vue +57 -57
- package/src/components/ask-components/Msgloading.vue +37 -37
- package/src/components/ask-components/SatisfactionV2.vue +15 -15
- package/src/components/askVideo.vue +162 -139
- package/src/components/assetDetails.vue +378 -378
- package/src/components/assetMessage.vue +228 -228
- package/src/components/associationIntention.vue +378 -374
- package/src/components/attachmentPreview.vue +90 -90
- package/src/components/botActionSatisfactor.vue +68 -68
- package/src/components/chatContent.vue +513 -513
- package/src/components/feedBack.vue +136 -136
- package/src/components/fielListView.vue +351 -351
- package/src/components/file/AliyunOssComponents.vue +108 -108
- package/src/components/formTemplate.vue +3501 -3497
- package/src/components/imgView.vue +31 -31
- package/src/components/intelligentSummary.vue +231 -227
- package/src/components/kkview.vue +1138 -1138
- package/src/components/loadingProcess.vue +164 -164
- package/src/components/markDownText.vue +197 -197
- package/src/components/message/ActionAlertIframe.vue +112 -112
- package/src/components/message/ShopMessage.vue +164 -164
- package/src/components/message/TextMessage.vue +928 -924
- package/src/components/message/TicketMessage.vue +201 -201
- package/src/components/message/swiper/index.js +4 -4
- package/src/components/message/swiper/ticketSwiper.vue +503 -503
- package/src/components/message/swiper/ticketSwiperItem.vue +61 -61
- package/src/components/msgLoading.vue +231 -231
- package/src/components/myPopup.vue +70 -70
- package/src/components/newPdfPosition.vue +878 -0
- package/src/components/pagination.vue +129 -0
- package/src/components/pdfPosition.vue +1514 -1334
- package/src/components/popup.vue +227 -227
- package/src/components/preview/docView.vue +107 -0
- package/src/components/preview/excelView.vue +177 -0
- package/src/components/preview/newPositionPreview.vue +351 -0
- package/src/components/preview/pdfView.vue +760 -0
- package/src/components/previewDoc.vue +251 -247
- package/src/components/previewPdf.vue +1069 -779
- package/src/components/receiverMessagePlatform.vue +65 -65
- package/src/components/recommend.vue +80 -80
- package/src/components/selector/hOption.vue +20 -20
- package/src/components/selector/hSelector.vue +199 -199
- package/src/components/selector/hWrapper.vue +216 -216
- package/src/components/senderMessagePlatform.vue +50 -50
- package/src/components/source/BotMessage.vue +24 -24
- package/src/components/source/CustomMessage.vue +24 -24
- package/src/components/test.vue +260 -260
- package/src/components/tree.vue +307 -307
- package/src/components/utils/AliyunIssUtil.js +103 -103
- package/src/components/utils/ckeditor.js +185 -185
- package/src/components/utils/format_date.js +25 -25
- package/src/components/utils/index.js +6 -6
- package/src/components/utils/math_utils.js +29 -29
- package/src/components/voiceComponent.vue +119 -119
- package/src/components/welcomeKnowledgeFile.vue +344 -340
- package/src/components/welcomeLlmCard.vue +144 -140
- package/src/components/welcomeSuggest.vue +97 -97
- package/src/locales/cn.json +72 -0
- package/src/locales/en.json +73 -0
- package/src/locales/jp.json +73 -0
- package/src/main.js +75 -57
- package/vue.config.js +54 -54
|
@@ -1,141 +1,145 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="message_list-welcome-m">
|
|
3
|
-
<div class="mlwm-title" v-if="msgContent.enableTitle">{{ msgContent.title }}</div>
|
|
4
|
-
<div class="mlwm-des" v-if="msgContent.enableDescription">
|
|
5
|
-
<span class="mlwm-des-pre">{{ msgContent.description }}</span>
|
|
6
|
-
</div>
|
|
7
|
-
<div class="mlwm-msg-type" v-if="msgContent.enableRadioBtn">
|
|
8
|
-
<div
|
|
9
|
-
v-for="(item, itemIndex) in msgContent.items"
|
|
10
|
-
:key="item.id"
|
|
11
|
-
:class="['mmt-cell', 'mmt-cell-' + itemIndex]"
|
|
12
|
-
@click="clickFun(item)"
|
|
13
|
-
>
|
|
14
|
-
<div class="mmt-cell-img" v-if="msgContent.enableRadioIcon && item.icon">
|
|
15
|
-
<img :src="item.icon" alt srcset />
|
|
16
|
-
</div>
|
|
17
|
-
<div class="mmt-cell-des">
|
|
18
|
-
<span class="mmt-cell-des-title" v-if="msgContent.enableRadioTitle">{{item.title}}</span>
|
|
19
|
-
<span class="mmt-cell-des-detail" v-if="msgContent.enableRadioDesc">{{item.description}}</span>
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
<div v-if="msgContent.items.length % 2 != 0" class="mmt-cell booth_elements"></div>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
</template>
|
|
26
|
-
|
|
27
|
-
<script>
|
|
28
|
-
export default {
|
|
29
|
-
name: "welcomeLlmCard",
|
|
30
|
-
props: {
|
|
31
|
-
msgContent: {
|
|
32
|
-
type: Object,
|
|
33
|
-
default () {
|
|
34
|
-
return {}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
methods: {
|
|
39
|
-
clickFun (item) {
|
|
40
|
-
this.$emit('llmCardClickFun', item)
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
font-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="message_list-welcome-m">
|
|
3
|
+
<div class="mlwm-title" v-if="msgContent.enableTitle">{{ msgContent.title }}</div>
|
|
4
|
+
<div class="mlwm-des" v-if="msgContent.enableDescription">
|
|
5
|
+
<span class="mlwm-des-pre">{{ msgContent.description }}</span>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="mlwm-msg-type" v-if="msgContent.enableRadioBtn">
|
|
8
|
+
<div
|
|
9
|
+
v-for="(item, itemIndex) in msgContent.items"
|
|
10
|
+
:key="item.id"
|
|
11
|
+
:class="['mmt-cell', 'mmt-cell-' + itemIndex]"
|
|
12
|
+
@click="clickFun(item)"
|
|
13
|
+
>
|
|
14
|
+
<div class="mmt-cell-img" v-if="msgContent.enableRadioIcon && item.icon">
|
|
15
|
+
<img :src="item.icon" alt srcset />
|
|
16
|
+
</div>
|
|
17
|
+
<div class="mmt-cell-des">
|
|
18
|
+
<span class="mmt-cell-des-title" v-if="msgContent.enableRadioTitle">{{item.title}}</span>
|
|
19
|
+
<span class="mmt-cell-des-detail" v-if="msgContent.enableRadioDesc">{{item.description}}</span>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div v-if="msgContent.items.length % 2 != 0" class="mmt-cell booth_elements"></div>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
</template>
|
|
26
|
+
|
|
27
|
+
<script>
|
|
28
|
+
export default {
|
|
29
|
+
name: "welcomeLlmCard",
|
|
30
|
+
props: {
|
|
31
|
+
msgContent: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default () {
|
|
34
|
+
return {}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
methods: {
|
|
39
|
+
clickFun (item) {
|
|
40
|
+
this.$emit('llmCardClickFun', item)
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
mounted() {
|
|
44
|
+
let languageCode = sessionStorage.getItem('languageCode');
|
|
45
|
+
console.log('languageCode',languageCode,this.$i18n.locale,localStorage.getItem('languageCode'))
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
</script>
|
|
49
|
+
|
|
50
|
+
<style scoped lang="less">
|
|
51
|
+
.message_list-welcome-m {
|
|
52
|
+
.mlwm-title {
|
|
53
|
+
font-size: 18px;
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
color: #333333;
|
|
56
|
+
}
|
|
57
|
+
.mlwm-des {
|
|
58
|
+
color: #666666;
|
|
59
|
+
margin-top: 9px;
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
font-weight: 500;
|
|
62
|
+
.mlwm-des-after {
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
height: 28px;
|
|
66
|
+
line-height: 28px;
|
|
67
|
+
.mlwm-des-after-cir {
|
|
68
|
+
flex: none;
|
|
69
|
+
width: 6px;
|
|
70
|
+
height: 6px;
|
|
71
|
+
background: #366aff;
|
|
72
|
+
border-radius: 50%;
|
|
73
|
+
margin-right: 6px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.mlwm-msg-type {
|
|
79
|
+
margin-top: 9px;
|
|
80
|
+
.mmt-cell {
|
|
81
|
+
flex: 1;
|
|
82
|
+
padding: 10px;
|
|
83
|
+
background: #f0f4ff;
|
|
84
|
+
border-radius: 8px;
|
|
85
|
+
margin: 8px 0;
|
|
86
|
+
display: flex;
|
|
87
|
+
justify-content: space-between;
|
|
88
|
+
align-items: center;
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
.mmt-cell-img {
|
|
91
|
+
flex: none;
|
|
92
|
+
width: 46px;
|
|
93
|
+
margin-right: 8px;
|
|
94
|
+
img {
|
|
95
|
+
height: 46px;
|
|
96
|
+
width: 46px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
.mmt-cell-des {
|
|
100
|
+
flex: auto;
|
|
101
|
+
text-align: left;
|
|
102
|
+
display: flex;
|
|
103
|
+
flex-direction: column;
|
|
104
|
+
padding-right: 12px;
|
|
105
|
+
.mmt-cell-des-title {
|
|
106
|
+
font-size: 14px;
|
|
107
|
+
color: #000000;
|
|
108
|
+
font-weight: 600;
|
|
109
|
+
margin-bottom: 6px;
|
|
110
|
+
}
|
|
111
|
+
.mmt-cell-des-detail {
|
|
112
|
+
font-size: 12px;
|
|
113
|
+
display: flex;
|
|
114
|
+
align-items: center;
|
|
115
|
+
.mmt-cell-avatar {
|
|
116
|
+
flex: none;
|
|
117
|
+
width: 20px;
|
|
118
|
+
margin-right: 8px;
|
|
119
|
+
display: flex;
|
|
120
|
+
align-items: center;
|
|
121
|
+
img {
|
|
122
|
+
height: 20px;
|
|
123
|
+
width: 20px;
|
|
124
|
+
border-radius: 50%;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.mmt-creator-name {
|
|
128
|
+
padding-right: 6px;
|
|
129
|
+
border-right: 1px solid #666666;
|
|
130
|
+
color: #666666;
|
|
131
|
+
}
|
|
132
|
+
.mmt-update-time {
|
|
133
|
+
color: #666666;
|
|
134
|
+
padding-left: 6px;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
.booth_elements {
|
|
140
|
+
background: #FFFFFF;
|
|
141
|
+
cursor: default !important;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
141
145
|
</style>
|
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="welcome_suggest">
|
|
3
|
-
<div class="title">
|
|
4
|
-
<div class="title_desc">{{ msg.content.problemRecommendationDesc }}</div>
|
|
5
|
-
<div class="title_change_batch" v-if="msg.content.page && msg.content.problemRecommendationValue.length > msg.content.pageCount" @click="changeBatch">
|
|
6
|
-
<i class="iconfont guoran-tongyichicun-huanyipi"></i>
|
|
7
|
-
<span>换一批</span>
|
|
8
|
-
</div>
|
|
9
|
-
</div>
|
|
10
|
-
<div class="content">
|
|
11
|
-
<div
|
|
12
|
-
class="welcome_item"
|
|
13
|
-
v-for="(item,index) in suggestList"
|
|
14
|
-
:key="index"
|
|
15
|
-
@click="handleWelcome(item)"
|
|
16
|
-
>{{ item }}</div>
|
|
17
|
-
</div>
|
|
18
|
-
<div class></div>
|
|
19
|
-
</div>
|
|
20
|
-
</template>
|
|
21
|
-
<script>
|
|
22
|
-
export default {
|
|
23
|
-
props: ["msg"],
|
|
24
|
-
data () {
|
|
25
|
-
return {
|
|
26
|
-
pageCount: 1,
|
|
27
|
-
suggestList: []
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
mounted () {
|
|
31
|
-
if(this.msg.content.page) {
|
|
32
|
-
this.changeBatch()
|
|
33
|
-
} else {
|
|
34
|
-
this.suggestList = this.msg.content.problemRecommendationValue
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
methods: {
|
|
38
|
-
changeBatch () {
|
|
39
|
-
let msgSuggestList = JSON.parse(JSON.stringify(this.msg.content.problemRecommendationValue))
|
|
40
|
-
this.suggestList = msgSuggestList.splice((this.pageCount - 1) * this.msg.content.pageCount, this.msg.content.pageCount)
|
|
41
|
-
if (this.pageCount == Math.ceil(this.msg.content.problemRecommendationValue.length / this.msg.content.pageCount)) {
|
|
42
|
-
this.pageCount = 1
|
|
43
|
-
} else {
|
|
44
|
-
this.pageCount = this.pageCount + 1
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
handleWelcome (item) {
|
|
48
|
-
this.$emit('handleWelcome', item)
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
</script>
|
|
53
|
-
<style lang="less" scoped>
|
|
54
|
-
.welcome_suggest {
|
|
55
|
-
width: 100%;
|
|
56
|
-
height: auto;
|
|
57
|
-
.title {
|
|
58
|
-
width: 100%;
|
|
59
|
-
height: 28px;
|
|
60
|
-
display: flex;
|
|
61
|
-
align-items: center;
|
|
62
|
-
justify-content: space-between;
|
|
63
|
-
.title_desc {
|
|
64
|
-
flex: 1 0;
|
|
65
|
-
overflow: hidden;
|
|
66
|
-
text-overflow: ellipsis;
|
|
67
|
-
white-space: nowrap;
|
|
68
|
-
}
|
|
69
|
-
.title_change_batch {
|
|
70
|
-
cursor: pointer;
|
|
71
|
-
color: #366aff;
|
|
72
|
-
height: 28px;
|
|
73
|
-
width: 70px;
|
|
74
|
-
display: flex;
|
|
75
|
-
align-items: center;
|
|
76
|
-
font-size: 14px;
|
|
77
|
-
i {
|
|
78
|
-
margin-right: 5px;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
.content {
|
|
83
|
-
display: flex;
|
|
84
|
-
align-items: center;
|
|
85
|
-
flex-wrap: wrap;
|
|
86
|
-
margin-top: 8px;
|
|
87
|
-
.welcome_item {
|
|
88
|
-
padding: 3px 8px;
|
|
89
|
-
background: #EEF1FF;
|
|
90
|
-
color: #366aff;
|
|
91
|
-
margin-right: 5px;
|
|
92
|
-
margin-bottom: 5px;
|
|
93
|
-
border-radius: 28px;
|
|
94
|
-
cursor: pointer;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
<template>
|
|
2
|
+
<div class="welcome_suggest">
|
|
3
|
+
<div class="title">
|
|
4
|
+
<div class="title_desc">{{ msg.content.problemRecommendationDesc }}</div>
|
|
5
|
+
<div class="title_change_batch" v-if="msg.content.page && msg.content.problemRecommendationValue.length > msg.content.pageCount" @click="changeBatch">
|
|
6
|
+
<i class="iconfont guoran-tongyichicun-huanyipi"></i>
|
|
7
|
+
<span>换一批</span>
|
|
8
|
+
</div>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="content">
|
|
11
|
+
<div
|
|
12
|
+
class="welcome_item"
|
|
13
|
+
v-for="(item,index) in suggestList"
|
|
14
|
+
:key="index"
|
|
15
|
+
@click="handleWelcome(item)"
|
|
16
|
+
>{{ item }}</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div class></div>
|
|
19
|
+
</div>
|
|
20
|
+
</template>
|
|
21
|
+
<script>
|
|
22
|
+
export default {
|
|
23
|
+
props: ["msg"],
|
|
24
|
+
data () {
|
|
25
|
+
return {
|
|
26
|
+
pageCount: 1,
|
|
27
|
+
suggestList: []
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
mounted () {
|
|
31
|
+
if(this.msg.content.page) {
|
|
32
|
+
this.changeBatch()
|
|
33
|
+
} else {
|
|
34
|
+
this.suggestList = this.msg.content.problemRecommendationValue
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
methods: {
|
|
38
|
+
changeBatch () {
|
|
39
|
+
let msgSuggestList = JSON.parse(JSON.stringify(this.msg.content.problemRecommendationValue))
|
|
40
|
+
this.suggestList = msgSuggestList.splice((this.pageCount - 1) * this.msg.content.pageCount, this.msg.content.pageCount)
|
|
41
|
+
if (this.pageCount == Math.ceil(this.msg.content.problemRecommendationValue.length / this.msg.content.pageCount)) {
|
|
42
|
+
this.pageCount = 1
|
|
43
|
+
} else {
|
|
44
|
+
this.pageCount = this.pageCount + 1
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
handleWelcome (item) {
|
|
48
|
+
this.$emit('handleWelcome', item)
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
</script>
|
|
53
|
+
<style lang="less" scoped>
|
|
54
|
+
.welcome_suggest {
|
|
55
|
+
width: 100%;
|
|
56
|
+
height: auto;
|
|
57
|
+
.title {
|
|
58
|
+
width: 100%;
|
|
59
|
+
height: 28px;
|
|
60
|
+
display: flex;
|
|
61
|
+
align-items: center;
|
|
62
|
+
justify-content: space-between;
|
|
63
|
+
.title_desc {
|
|
64
|
+
flex: 1 0;
|
|
65
|
+
overflow: hidden;
|
|
66
|
+
text-overflow: ellipsis;
|
|
67
|
+
white-space: nowrap;
|
|
68
|
+
}
|
|
69
|
+
.title_change_batch {
|
|
70
|
+
cursor: pointer;
|
|
71
|
+
color: #366aff;
|
|
72
|
+
height: 28px;
|
|
73
|
+
width: 70px;
|
|
74
|
+
display: flex;
|
|
75
|
+
align-items: center;
|
|
76
|
+
font-size: 14px;
|
|
77
|
+
i {
|
|
78
|
+
margin-right: 5px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.content {
|
|
83
|
+
display: flex;
|
|
84
|
+
align-items: center;
|
|
85
|
+
flex-wrap: wrap;
|
|
86
|
+
margin-top: 8px;
|
|
87
|
+
.welcome_item {
|
|
88
|
+
padding: 3px 8px;
|
|
89
|
+
background: #EEF1FF;
|
|
90
|
+
color: #366aff;
|
|
91
|
+
margin-right: 5px;
|
|
92
|
+
margin-bottom: 5px;
|
|
93
|
+
border-radius: 28px;
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
98
|
</style>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actionSatisfaction": {
|
|
3
|
+
"satisfaction": "满意",
|
|
4
|
+
"notSatisfied": "不满意"
|
|
5
|
+
},
|
|
6
|
+
"answerRadio": {
|
|
7
|
+
"tip": "AI为您推荐了以下内容",
|
|
8
|
+
"loadMore": "换一批"
|
|
9
|
+
},
|
|
10
|
+
"previewPdf": {
|
|
11
|
+
"intelligentSummary": "智能摘要",
|
|
12
|
+
"chat": "聊一聊",
|
|
13
|
+
"regeneration": "重新生成",
|
|
14
|
+
"generating": "生成中",
|
|
15
|
+
"copyUrl": "下载地址已复制,请前往Safari浏览器访问下载",
|
|
16
|
+
"answer": "答案由",
|
|
17
|
+
"answerTip": "段内容生成"
|
|
18
|
+
},
|
|
19
|
+
"answerDocKnowledge": {
|
|
20
|
+
"title": "AI为您总结生成了以下摘要",
|
|
21
|
+
"sourceFrom": "出自",
|
|
22
|
+
"view": "查看"
|
|
23
|
+
},
|
|
24
|
+
"formTemplate": {
|
|
25
|
+
"report": "报单人",
|
|
26
|
+
"feedbackDes": "反馈描述",
|
|
27
|
+
"orderDes": "工单描述",
|
|
28
|
+
"uploadType": "只能上传图片格式",
|
|
29
|
+
"uploadImageSize": "上传图片大小不能超过 8MB!",
|
|
30
|
+
"uploadVideoType": "只能上传视频格式",
|
|
31
|
+
"uploadVideoSize": "上传视频大小不能超过100MB!",
|
|
32
|
+
"uploadFileSize": "上传附件大小不能超过100MB!",
|
|
33
|
+
"onlyUpload": "仅支持上传",
|
|
34
|
+
"number": "个",
|
|
35
|
+
"textFlag": "必须要有文字",
|
|
36
|
+
"imageOrAttachment": "必须要有图片或附件",
|
|
37
|
+
"imageFlag": "必须要有图片",
|
|
38
|
+
"attachmentFlag": "必须要有附件",
|
|
39
|
+
"image": "图片",
|
|
40
|
+
"file": "附件",
|
|
41
|
+
"and": "和",
|
|
42
|
+
"required": "是必填的",
|
|
43
|
+
"uploading": "文件正在上传,请稍后",
|
|
44
|
+
"pleaseImprove": "请完善",
|
|
45
|
+
"feedbackDesRequired": "反馈描述是必填的",
|
|
46
|
+
"orderDesRequired": "问题描述是必填的"
|
|
47
|
+
},
|
|
48
|
+
"senderMessagePlatform": {
|
|
49
|
+
"IM": "IM人工",
|
|
50
|
+
"service": "将为您服务",
|
|
51
|
+
"transfer": "将会话转接给"
|
|
52
|
+
},
|
|
53
|
+
"common": {
|
|
54
|
+
"drawerTitle": "我是标题",
|
|
55
|
+
"viewDetail": "查看详情",
|
|
56
|
+
"download": "下载",
|
|
57
|
+
"changeBatch": "换一批",
|
|
58
|
+
"lodeMore": "查看更多",
|
|
59
|
+
"previous": "上一段",
|
|
60
|
+
"next": "下一段",
|
|
61
|
+
"selectPlaceholder": "请选择",
|
|
62
|
+
"inputPlaceholder": "请输入",
|
|
63
|
+
"selectDate": "请选择日期",
|
|
64
|
+
"selectTime": "请选择时间",
|
|
65
|
+
"selectDateTime": "请选择日期时间",
|
|
66
|
+
"cancel": "取消",
|
|
67
|
+
"confirm": "确认",
|
|
68
|
+
"submit": "提交",
|
|
69
|
+
"submited": "已提交",
|
|
70
|
+
"confirmed": "已确认"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actionSatisfaction": {
|
|
3
|
+
"satisfaction": "Satisfied",
|
|
4
|
+
"notSatisfied": "Not Satisfied"
|
|
5
|
+
},
|
|
6
|
+
"answerRadio": {
|
|
7
|
+
"tip": "AI recommends the following content for you",
|
|
8
|
+
"loadMore": "Load More"
|
|
9
|
+
},
|
|
10
|
+
"previewPdf": {
|
|
11
|
+
"intelligentSummary": "Intelligent Summary",
|
|
12
|
+
"chat": "Chat",
|
|
13
|
+
"regeneration": "Regenerate",
|
|
14
|
+
"generating": "Generating",
|
|
15
|
+
"copyUrl": "Download link copied. Please visit Safari browser to download.",
|
|
16
|
+
"answer": "Answer provided by",
|
|
17
|
+
"answerTip": "paragraph generated"
|
|
18
|
+
},
|
|
19
|
+
"answerDocKnowledge": {
|
|
20
|
+
"title": "AI has generated the following summary for you",
|
|
21
|
+
"sourceFrom": "Source from",
|
|
22
|
+
"view": "View"
|
|
23
|
+
},
|
|
24
|
+
"formTemplate": {
|
|
25
|
+
"report": "Reporter",
|
|
26
|
+
"feedbackDes": "Feedback Description",
|
|
27
|
+
"orderDes": "Work Order Description",
|
|
28
|
+
"uploadType": "Only upload image format",
|
|
29
|
+
"uploadImageSize": "Uploaded image size cannot exceed 8MB!",
|
|
30
|
+
"uploadVideoType": "Only upload video format",
|
|
31
|
+
"uploadVideoSize": "Uploaded video size cannot exceed 100MB!",
|
|
32
|
+
"uploadFileSize": "Uploaded attachment size cannot exceed 100MB!",
|
|
33
|
+
"onlyUpload": "Only support upload",
|
|
34
|
+
"number": "",
|
|
35
|
+
"textFlag": "must have text",
|
|
36
|
+
"imageOrAttachment": "must have image or attachment",
|
|
37
|
+
"imageFlag": "must have image",
|
|
38
|
+
"attachmentFlag": "must have attachment",
|
|
39
|
+
"image": "Image",
|
|
40
|
+
"file": "Attachment",
|
|
41
|
+
"and": "and",
|
|
42
|
+
"required": "is required",
|
|
43
|
+
"uploading": "File is uploading, please wait",
|
|
44
|
+
"pleaseImprove": "Please improve",
|
|
45
|
+
"feedbackDesRequired": "Feedback description is required",
|
|
46
|
+
"orderDesRequired": "Problem description is required"
|
|
47
|
+
},
|
|
48
|
+
"senderMessagePlatform": {
|
|
49
|
+
"IM": "IM (Instant Messaging) Agent",
|
|
50
|
+
"service": "will serve you",
|
|
51
|
+
"transfer": "will transfer the session to"
|
|
52
|
+
},
|
|
53
|
+
"common": {
|
|
54
|
+
"drawerTitle": "Title",
|
|
55
|
+
"viewDetail": "View Details",
|
|
56
|
+
"download": "Download",
|
|
57
|
+
"changeBatch": "Change Batch",
|
|
58
|
+
"lodeMore": "Load More",
|
|
59
|
+
"previous": "Previous",
|
|
60
|
+
"next": "Next",
|
|
61
|
+
"selectPlaceholder": "Select",
|
|
62
|
+
"inputPlaceholder": "Enter",
|
|
63
|
+
"selectDate": "Select Date",
|
|
64
|
+
"selectTime": "Select Time",
|
|
65
|
+
"selectDateTime": "Select Date and Time",
|
|
66
|
+
"cancel": "Cancel",
|
|
67
|
+
"confirm": "Confirm",
|
|
68
|
+
"submit": "Submit",
|
|
69
|
+
"submited": "Submitted",
|
|
70
|
+
"confirmed": "Confirmed"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|