ai-chat-bot-interface 1.0.0 → 1.0.1

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  # Vue 3 + Vite
2
2
 
3
- This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
-
5
- Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
3
+ A AI chat bot interface. (private)
4
+ 0.0.1 for test;
5
+ 1.0.1 fix bug;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-chat-bot-interface",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "description": "A AI chat bot interface. (private)",
package/src/App.vue CHANGED
@@ -1,18 +1,18 @@
1
- <script setup>
2
- import ChatUi from './ChatUi.vue'
3
- </script>
4
-
5
- <template>
6
- <div style="width: 100vw; height: 100vh;">
7
- <chat-ui bot-id="123132132"
8
- token="pat_123"
9
- uid="5555"
10
- />
11
- </div>
12
- </template>
13
-
14
- <style>
15
- #app {
16
- padding: 0;
17
- }
18
- </style>
1
+ <script setup>
2
+ import ChatUi from './ChatUi.vue'
3
+ </script>
4
+
5
+ <template>
6
+ <div style="width: 100vw; height: 100vh;">
7
+ <chat-ui bot-id="123132132"
8
+ token="pat_123"
9
+ uid="5555"
10
+ />
11
+ </div>
12
+ </template>
13
+
14
+ <style>
15
+ #app {
16
+ padding: 0;
17
+ }
18
+ </style>
@@ -28,7 +28,7 @@ const subStr = computed(() => {
28
28
  </script>
29
29
 
30
30
  <style scoped lang="less">
31
- @import 'src/assets/styles/public';
31
+ @import '../assets/styles/public';
32
32
 
33
33
  .dishes {
34
34
  &_wrap {
@@ -38,7 +38,7 @@ const handleBtn = (type) => {
38
38
  </script>
39
39
 
40
40
  <style scoped lang="less">
41
- @import 'src/assets/styles/public';
41
+ @import '../assets/styles/public';
42
42
 
43
43
  .dl {
44
44
  &_wrap {