diff --git a/README.md b/README.md index 8cfcf6a..57b9e49 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,15 @@ mp3使用lamejs编码(CBR),压缩后的recorder.mp3.min.js文件150kb左右( *IOS、国产系统浏览器上的使用限制等问题和兼容请参阅下面的知识库部分。* - +
+ + # :open_book:快速使用 diff --git a/app-support-sample/README.md b/app-support-sample/README.md index 579aa3a..a4b5b59 100644 --- a/app-support-sample/README.md +++ b/app-support-sample/README.md @@ -1,5 +1,13 @@ [Recorder](https://github.com/xiangyuecn/Recorder/) | RecordApp + + # :open_book:RecordApp 最大限度的统一兼容PC、Android和IOS [在线测试](https://jiebian.life/web/h5/github/recordapp.aspx),`RecordApp`源码在[/src/app-support](https://github.com/xiangyuecn/Recorder/tree/master/src/app-support)目录,当前`/app-support-sample`目录为参考配置的演示目录。`RecordApp`由`Recorder`提供基础支持,所以`Recorder`的源码也是属于`RecordApp`的一部分。 diff --git a/assets/npm-home/README.md b/assets/npm-home/README.md index 48a0334..d3b25e0 100644 --- a/assets/npm-home/README.md +++ b/assets/npm-home/README.md @@ -80,4 +80,18 @@ npm install recorder-core 1. 运行根目录/src:npm start,进行文件copy 2. 进入assets/npm-home/npm-files目录,进行提交 +``` +//登录,注意一定要使用npmjs的源 +npm login + +//发布包 +npm publish + +//查询当前配置的源 +npm get registry +//设置成淘宝源 +npm config set registry http://registry.npm.taobao.org/ +//换成原来的源 +npm config set registry https://registry.npmjs.org/ +``` @@Remove End@@ \ No newline at end of file diff --git a/assets/npm-home/hash-history.txt b/assets/npm-home/hash-history.txt index 0182bba..39a41f2 100644 --- a/assets/npm-home/hash-history.txt +++ b/assets/npm-home/hash-history.txt @@ -1,4 +1,8 @@ [ + { + "sha1": "d3664bfcc3af571d84206cf7969582041ed2f323", + "time": "2019-12-1 14:45:31" + }, { "sha1": "2cdef7c21b86f2bac5d8cafd3ec7b4d170dcfddf", "time": "2019-12-1 13:37:01"