gemercheung 3 år sedan
förälder
incheckning
8335a95a5a
2 ändrade filer med 4 tillägg och 9 borttagningar
  1. 3 8
      packages/core/README.md
  2. 1 1
      packages/core/package.json

+ 3 - 8
packages/core/README.md

@@ -1,12 +1,8 @@
-# Simaq
-> 录屏相关SDK, 代号司马迁,中国历史上最伟大的记录学家。
-
 # @Simaq/core
 
-录屏核心SDK
-
-## npm私服地址 http://192.168.0.47:4873/-/web/detail/@simaq/core
+录屏核心 SDK
 
+## npm 私服地址 http://192.168.0.47:4873/-/web/detail/@simaq/core
 
 ## Installation
 
@@ -14,7 +10,6 @@
 npm install @Simaq/core
 ```
 
-
 ## Usage
 
 ```bash
@@ -34,4 +29,4 @@ const handlerEndRecord = videoRecorder.endRecord;
 #  <button type="button" @click="videoRecorder.startRecord">开始录屏</button>
 #  <button type="button" @click="videoRecorder.endRecord">停止录屏</button>
 
-```
+```

+ 1 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@simaq/core",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "main": "dist/index",
   "types": "dist/index",
   "files": [