askbot-dragon 1.7.20-beta → 1.7.22-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.
Files changed (33) hide show
  1. package/package.json +1 -2
  2. package/public/index.html +10 -8
  3. package/src/assets/js/AliyunlssUtil.js +26 -50
  4. package/src/assets/js/hammer.js +2 -13
  5. package/src/assets/less/converSationContainer/common.less +0 -7
  6. package/src/components/ActionAlertIframe.vue +1 -24
  7. package/src/components/AiGuide.vue +154 -121
  8. package/src/components/AnswerDocknowledge.vue +9 -11
  9. package/src/components/ConversationContainer.vue +7399 -740
  10. package/src/components/MyEditor.vue +1 -2
  11. package/src/components/QwFeedback.vue +302 -0
  12. package/src/components/actionSatisfaction.vue +3 -3
  13. package/src/components/answerRadio.vue +3 -3
  14. package/src/components/askVideo.vue +1 -24
  15. package/src/components/associationIntention.vue +10 -14
  16. package/src/components/formTemplate.vue +52 -58
  17. package/src/components/intelligentSummary.vue +4 -8
  18. package/src/components/message/TextMessage.vue +11 -15
  19. package/src/components/message/swiper/ticketSwiper.vue +1 -1
  20. package/src/components/pdfPosition.vue +37 -217
  21. package/src/components/popup.vue +2 -2
  22. package/src/components/previewDoc.vue +2 -6
  23. package/src/components/previewPdf.vue +134 -159
  24. package/src/components/senderMessagePlatform.vue +4 -4
  25. package/src/components/utils/ckeditor.js +1 -1
  26. package/src/components/welcomeKnowledgeFile.vue +2 -6
  27. package/src/components/welcomeLlmCard.vue +1 -5
  28. package/src/components/welcomeSuggest.vue +1 -1
  29. package/src/main.js +0 -18
  30. package/src/components/newPdfPosition.vue +0 -878
  31. package/src/locales/cn.json +0 -72
  32. package/src/locales/en.json +0 -73
  33. package/src/locales/jp.json +0 -73
@@ -1,72 +0,0 @@
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
- }
@@ -1,73 +0,0 @@
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
-
@@ -1,73 +0,0 @@
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": "ダウンロードURLがコピーされました。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
- }
73
-