ai-chat-bot-interface 1.5.4 → 1.5.5

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-chat-bot-interface",
3
3
  "private": false,
4
- "version": "1.5.4",
4
+ "version": "1.5.5",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "description": "A AI chat bot interface. (private)",
package/src/App.vue CHANGED
@@ -5,7 +5,7 @@ import ChatUi from './ChatUi.vue';
5
5
  <template>
6
6
  <div style="width: 100vw; height: 100vh">
7
7
  <chat-ui
8
- bot-id="555555"
8
+ bot-id="5555"
9
9
  token="pat_888888"
10
10
  uid="262598"
11
11
  :def-msg="{ placeholder: '发消息...' }"
@@ -117,7 +117,7 @@ import AddIcon from './icons/addIcon.vue';
117
117
  import CloseBorderIcon from './icons/closeBorderIcon.vue';
118
118
  import CloseIcon from './icons/CloseIcon.vue';
119
119
  import NewChat from './icons/newChat.vue';
120
- import SendLoadingIcon from "@/components/icons/sendLoadingIcon.vue";
120
+ import SendLoadingIcon from "./icons/sendLoadingIcon.vue";
121
121
  const pdfIcon = 'https://prodstatic.weis1606.cn/api/smartFood/icon/pdf_icon.png';
122
122
  const extraList = [
123
123
  // { name: '相機', icon: CameraIcon, type: 'camera' },