g-ai-robot3 0.1.5 → 0.1.6

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,11 +13,11 @@ npm install g-ai-robot3 --save
13
13
  ### 使用
14
14
  ``` javascript
15
15
  import gAiRobot from "g-ai-robot";
16
- import "g-ai-robot/dist/g-ai-robot.css"
16
+ import "g-ai-robot3/dist/g-ai-robot3.css"
17
17
 
18
18
  <g-ai-robot
19
- :robotCss="{ zIndex: 9999, right: '10px', top: '300px' }"
20
- placement="left"
19
+ :robotCss="{ zIndex: 9999, left: '10px', bottom: '300px' }"
20
+ placement="top-end"
21
21
  >
22
22
  </g-ai-robot>
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "g-ai-robot3",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "main": "dist/g-ai-robot3.umd.min.js",
6
6
  "files": [