mirror of
https://github.com/yanxi-me/weixin-js-sdk.git
synced 2025-04-06 04:00:07 +08:00
更新 Readme, 升级到 1.6.2
This commit is contained in:
parent
a31e92506f
commit
90a2a06507
@ -1,13 +1,12 @@
|
||||
微信官方 js-sdk
|
||||
----
|
||||
|
||||
说明: 仅将官方 js-sdk 发布到 npm,支持 CommonJS,便于 browserify, webpack 等直接使用。
|
||||
说明: 仅将官方 js-sdk 发布到 npm,支持 CommonJS,便于 browserify, webpack 等直接使用,支持 TypeScript。
|
||||
|
||||
从 1.6.1 版本开始支持 TypeScript
|
||||
|
||||
js源码: https://res.wx.qq.com/open/js/jweixin-1.6.0.js
|
||||
官方 JS 源码: https://res.wx.qq.com/open/js/jweixin-1.6.0.js
|
||||
|
||||
官方使用说明: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115
|
||||
官方使用说明: https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html
|
||||
|
||||
安装:
|
||||
```shell
|
||||
|
2
index.js
2
index.js
@ -3,7 +3,7 @@
|
||||
})(typeof window === "object" && window, function (r, e) {
|
||||
if (!r) {
|
||||
console.warn("can't use weixin-js-sdk in server side");
|
||||
return {};
|
||||
return;
|
||||
}
|
||||
var a, c, n, i, t, o, s, d, l, u, p, f, m, g, h, S, y, I, v, _, w, T;
|
||||
if (!r.jWeixin)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "weixin-js-sdk",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"description": "微信官方 js-sdk npm 安装版,支持 typescript",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user