auto-point 0.0.2 → 0.0.3

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,11 @@
6
6
  **如何使用**
7
7
 
8
8
  **Step 1**: 引入AP,可以通过
9
+
9
10
  npm i -S auto-point
11
+
10
12
 
13
+
11
14
  <script src="https://www.gfb-js.com/GFB/gfb.js"></script>
12
15
 
13
16
  **Step 2**: 引入对应框架的AP中间件(可选),中间件主要处理数据发送格式,开发人员可以手动实现中间间以实现自定义格式数据。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-point",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Automatic burying point",
5
5
  "main": "index.js",
6
6
  "files": [