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 +1 -1
- package/src/App.vue +1 -1
- package/src/components/OperateModule.vue +1 -1
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -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 "
|
|
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' },
|