修改评论弹出框显示1
parent
0b2d260980
commit
bf13775474
|
|
@ -0,0 +1,30 @@
|
||||||
|
# jweixin-module
|
||||||
|
|
||||||
|
微信JS-SDK
|
||||||
|
|
||||||
|
## 安装
|
||||||
|
|
||||||
|
### NPM
|
||||||
|
|
||||||
|
```shell
|
||||||
|
npm install jweixin-module --save
|
||||||
|
```
|
||||||
|
|
||||||
|
### UMD
|
||||||
|
|
||||||
|
```http
|
||||||
|
https://unpkg.com/jweixin-module/out/index.js
|
||||||
|
```
|
||||||
|
|
||||||
|
## 使用
|
||||||
|
|
||||||
|
```js
|
||||||
|
var jweixin = require('jweixin-module')
|
||||||
|
jweixin.ready(function(){
|
||||||
|
// TODO
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
## 完整API
|
||||||
|
|
||||||
|
>[微信JS-SDK说明文档](https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115)
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "jweixin-module",
|
||||||
|
"version": "1.6.0",
|
||||||
|
"description": "微信JS-SDK",
|
||||||
|
"main": "lib/index.js",
|
||||||
|
"scripts": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/zhetengbiji/jweixin-module.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"wxjssdk",
|
||||||
|
"weixin",
|
||||||
|
"jweixin",
|
||||||
|
"wechat",
|
||||||
|
"jssdk",
|
||||||
|
"wx"
|
||||||
|
],
|
||||||
|
"author": "Shengqiang Guo",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/zhetengbiji/jweixin-module/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/zhetengbiji/jweixin-module#readme",
|
||||||
|
"devDependencies": {}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue