byt-lingxiao-ai 0.1.0 → 0.1.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/components/ChatWindow.vue +1 -1
- package/package.json +2 -1
- package/dist/demo.html +0 -1
- package/dist/img/normal.13f08ecb.png +0 -0
- package/dist/index.common.js +0 -2691
- package/dist/index.common.js.map +0 -1
- package/dist/index.css +0 -1
- package/dist/index.umd.js +0 -2702
- package/dist/index.umd.js.map +0 -1
- package/dist/index.umd.min.js +0 -2
- package/dist/index.umd.min.js.map +0 -1
|
@@ -277,7 +277,7 @@ export default {
|
|
|
277
277
|
align-items: center;
|
|
278
278
|
background-size: cover;
|
|
279
279
|
background-position: center;
|
|
280
|
-
background-image: url('
|
|
280
|
+
background-image: url('~components/assets/normal.png');
|
|
281
281
|
}
|
|
282
282
|
.chat-ai-text {
|
|
283
283
|
color: #fff;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "byt-lingxiao-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "邦业科技智能体-凌霄AI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.umd.js",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"core-js": "^3.8.3",
|
|
14
|
+
"element-ui": "^2.15.6",
|
|
14
15
|
"sass": "^1.93.2",
|
|
15
16
|
"sass-loader": "^16.0.5",
|
|
16
17
|
"vue": "^2.6.14"
|
package/dist/demo.html
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><meta charset="utf-8"><title>index demo</title><script src="./index.umd.js"></script><link rel="stylesheet" href="./index.css"><script>console.log(index)</script>
|
|
Binary file
|