提交 dce79507 编写于 作者: J Javen205

📝 编写文档

上级 84357e8a
module.exports = ctx => ( { module.exports = ctx => ( {
base:'/IJPay/', base:'/ijpay/',
locales: { locales: {
'/': { '/': {
lang: 'zh-CN', lang: 'zh-CN',
...@@ -38,7 +38,7 @@ module.exports = ctx => ( { ...@@ -38,7 +38,7 @@ module.exports = ctx => ( {
lastUpdated: '上次更新', lastUpdated: '上次更新',
nav: require('./nav/zh'), nav: require('./nav/zh'),
sidebar: { sidebar: {
'/guide/': getGuideSidebar('客户端','微信公众号开发脚手架', '/guide/': getGuideSidebar('客户端','微信开发脚手架',
'IJPay 让支付触手可及','获取支付配置','支付宝支付','微信支付', 'IJPay 让支付触手可及','获取支付配置','支付宝支付','微信支付',
'QQ 钱包支付','银联支付','京东支付','赞助'), 'QQ 钱包支付','银联支付','京东支付','赞助'),
}, },
...@@ -100,7 +100,7 @@ function getGuideSidebar (groupA, groupB,groupC,groupD,groupE,groupF,groupG,grou ...@@ -100,7 +100,7 @@ function getGuideSidebar (groupA, groupB,groupC,groupD,groupE,groupF,groupG,grou
title: groupB, title: groupB,
collapsable: false, collapsable: false,
children: [ children: [
'weixin/tnw', 'weixin/tnwx',
'weixin/weixin_guide', 'weixin/weixin_guide',
] ]
}, },
......
import Element from "element-ui";
import "element-ui/lib/theme-chalk/index.css";
export default ({ Vue, isServer }) => { export default ({ Vue, isServer }) => {
Vue.use(Element);
if (!isServer) { if (!isServer) {
import('vue-toasted' /* webpackChunkName: "notification" */).then((module) => { import('vue-toasted' /* webpackChunkName: "notification" */).then((module) => {
Vue.use(module.default) Vue.use(module.default)
......
...@@ -40,8 +40,8 @@ module.exports = [ ...@@ -40,8 +40,8 @@ module.exports = [
link: 'https://gitee.com/javen205/JPay' link: 'https://gitee.com/javen205/JPay'
}, },
{ {
text: 'TNW 微信公众号开发脚手架', text: 'TNWX 微信系开发脚手架',
link: 'https://gitee.com/javen205/TNW' link: 'https://gitee.com/javen205/TNWX'
}, },
{ {
text: 'weixin_guide 微信公众号开发指南', text: 'weixin_guide 微信公众号开发指南',
......
...@@ -41,10 +41,11 @@ footer: Apache License 2.0 | Copyright © 2019-present Javen ...@@ -41,10 +41,11 @@ footer: Apache License 2.0 | Copyright © 2019-present Javen
### 全民云计算 ### 全民云计算
[云主机低至2折](https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=b1hkzv2x) [阿里云主机低至2折](https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=b1hkzv2x)
[云服务器首年 88](https://cloud.tencent.com/act/cps/redirect?redirect=1048&cps_key=a21676d22e4b11a883893d54e158c1d3&from=console) [腾讯云服务器首年 88](https://cloud.tencent.com/act/cps/redirect?redirect=1048&cps_key=a21676d22e4b11a883893d54e158c1d3&from=console)
[华为云购买享受红利](https://activity.huaweicloud.com/discount_area_v5/index.html?&fromuser=aHcxMTc2NTU3MQ==&utm_source=aHcxMTc2NTU3MQ==&utm_medium=cps&utm_campaign=201905)
### 谁在使用? ### 谁在使用?
...@@ -59,6 +60,7 @@ footer: Apache License 2.0 | Copyright © 2019-present Javen ...@@ -59,6 +60,7 @@ footer: Apache License 2.0 | Copyright © 2019-present Javen
<script> <script>
// import { Notification } from 'element-ui';
export default { export default {
mounted () { mounted () {
let xmlHttp = new XMLHttpRequest(); let xmlHttp = new XMLHttpRequest();
...@@ -69,6 +71,32 @@ export default { ...@@ -69,6 +71,32 @@ export default {
for (let i = 0; i < codeNodeList.length; i++) { for (let i = 0; i < codeNodeList.length; i++) {
codeNodeList[i].innerHTML = codeNodeList[i].innerHTML.replace('latest-version', versionInfo); codeNodeList[i].innerHTML = codeNodeList[i].innerHTML.replace('latest-version', versionInfo);
} }
this.$notify({
offset: 50,
title: '请为 IJPay 投票',
message: '2019 年度中国开源软件评选来了!希望你能够为 IJPay 投一票(点击消息再点击「投票赢奖品」) 截止日期:2019 年 12 月 6 日 24 点',
type: 'success',
showClose: false,
duration: 0,
onClick: function() {
// Notification.closeAll();
window.open("https://www.oschina.net/p/ijpay");
}
});
this.$notify({
offset: 200,
title: 'TNWX 微信系开发脚手架,Start 支持一下',
message: '同时支持微信公众号、微信支付、微信小游戏(微信小程序、微信企业号敬请期待)。可接入到任何 Node.js 框架(Express、Nest、Egg、Koa 等)',
type: 'success',
showClose: true,
duration: 0,
onClick: function() {
window.open("https://gitee.com/Javen205/TNWX");
}
});
} }
} }
</script> </script>
\ No newline at end of file
# Node.js 版本微信公众号开发脚手架
<p align="center">
<a href="https://www.npmjs.com/package/tnw" target="blank"><img src="https://gitee.com/javen205/TNW/raw/master/docs/img/logo.png" width="410" alt="TNW Logo" /></a>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/tnw" target="_blank"><img src="https://img.shields.io/npm/l/tnw.svg?style=flat-square" alt="Package License" /></a>
<a href="https://www.npmjs.com/package/tnw" target="_blank"><img src="https://img.shields.io/npm/v/tnw.svg?style=flat-square" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/package/tnw" target="_blank"><img src="https://img.shields.io/npm/dt/tnw.svg?style=flat-square" alt="NPM Downloads" /></a>
<a href="https://github.com/Javen205/donate" target="_blank"><img src="https://img.shields.io/badge/Donate-WeChat-%23ff3f59.svg?style=flat-square" alt="Donate" /></a>
</p>
## 简介
**TNW: TypeScript(The) + Node.js(Next) + WeChat 微信公众号开发脚手架,支持 http 模块扩展、支持任何 Node.js 的服务端框架(Express、Nest、Egg、Koa 等)**
<!-- 本项目是我研究 TypeScript + Node.js 的阶段性总结,因为我对 [微信支付](https://gitee.com/javen205/IJPay)、[公众号](https://mp.weixin.qq.com/wiki)、[小程序/小游戏](https://developers.weixin.qq.com/miniprogram/dev/index.html) 有一定的研究,之前也参与过 [jfinal-weixin](https://gitee.com/jfinal/jfinal-weixin) 的开发,所以以微信系为载体再好不过了,后面也会扩展对支付、小程序甚至小游戏相关接口的支持,感谢您的关注:) -->
## 开发进度
- 多公众号支持
- 各种消息交互
- 自定义菜单
- 模板消息
- 客服消息
- 用户管理
- 生带参数的二维码
- 长连接转短连接
- 微信网页授权
- 一次性订阅消息
- 素材管理
- 群发消息
- 数据统计
- 微信卡券
- 微信门店
- 微信摇一摇
- 微信支付
- [待完成] 微信连WiFi
- [待完成] 微信扫一扫
- [待完成] 微信发票
- [待完成] 微信设备功能
- [ ] ....
## TNW 博客
- [TNW-开启公众号开发者模式](https://my.oschina.net/zyw205/blog/3038343)
- [TNW-微信公众号各种消息交互](https://my.oschina.net/zyw205/blog/3043428)
- [TNW-获取公众号的 access_token](https://my.oschina.net/zyw205/blog/3044608)
- [TNW-微信公众号发送模板消息](https://my.oschina.net/zyw205/blog/3044716)
- [TNW-微信公众号自定义菜单](https://my.oschina.net/zyw205/blog/3045638)
- [TNW-微信公众号中如何使用JSSDK](https://my.oschina.net/zyw205/blog/3046798)
- [TNW-授权获取用户信息](https://my.oschina.net/zyw205/blog/3093807)
[开源中国](https://www.oschina.net/p/TNWX)
[CSDN](https://javen.blog.csdn.net/article/category/6665009)
[掘金](https://juejin.im/user/57caa559a22b9d006b95af93/posts)
[简书](https://www.jianshu.com/u/9be31238fda1)
## 安装与运行
### NPM 依赖方式
1、下载
```bash
$ npm init -y
$ npm i tnw
```
2、完整示例
- [Gitee 请点击这里](https://gitee.com/Javen205/TNW/tree/master/example/js)
- [Github 请点击这里](https://github.com/Javen205/TNW/tree/master/example/js)
### 源码方式
1、下载项目并安装依赖
```bash
$ git clone https://github.com/Javen205/TNW.git
或者
$ git clone https://gitee.com/Javen205/TNW.git
$ cd TNW
$ npm install
```
2、编译并运行
```bash
$ npm run build
$ npm run dev
```
3、完整示例
- [Gitee 请点击这里](https://gitee.com/Javen205/TNW/tree/master/src/example)
- [GitHub 请点击这里](https://github.com/Javen205/TNW/tree/master/src/example)
4、 Nest 示例
- [Gitee 请点击这里](https://gitee.com/Javen205/TNW/tree/master/example/nest)
- [GitHub 请点击这里](https://github.com/Javen205/TNW/tree/master/example/nest)
## 交流群
群号:[ 114196246](https:shang.qq.com/wpa/qunwpa?idkey=a1e4fd8c71008961bd4fc8eeea224e726afd5e5eae7bf1d96d3c77897388bf24)
## 开源推荐
- `IJPay` 让支付触手可及:https://gitee.com/javen205/IJPay
- SpringBoot 微服务高效开发 `mica` 工具集:https://gitee.com/596392912/mica
- `Avue` 一款基于 vue 可配置化的神奇框架:https://gitee.com/smallweigit/avue
- `pig` 宇宙最强微服务(架构师必备):https://gitee.com/log4j/pig
- `SpringBlade` 完整的线上解决方案(企业开发必备):https://gitee.com/smallc/SpringBlade
# 微信系开发脚手架
<p align="center">
<a href="https://www.npmjs.com/package/tnw" target="blank"><img src="https://gitee.com/javen205/TNWX/raw/master/assets/img/logo.png" width="410" alt="TNW Logo" /></a>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/tnwx" target="_blank"><img src="https://img.shields.io/npm/l/tnwx.svg?style=flat-square" alt="Package License" /></a>
<a href="https://www.npmjs.com/package/tnwx" target="_blank"><img src="https://img.shields.io/npm/v/tnwx.svg?style=flat-square" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/package/tnwx" target="_blank"><img src="https://img.shields.io/npm/dt/tnwx.svg?style=flat-square" alt="NPM Downloads" /></a>
<a href="https://github.com/Javen205/donate" target="_blank"><img src="https://img.shields.io/badge/Donate-WeChat-%23ff3f59.svg?style=flat-square" alt="Donate"/></a>
</p>
## 简介
**TNWX: TypeScript + Node.js + WeiXin 微信系开发脚手架,支持微信公众号、微信支付、微信小游戏(微信小程序、微信企业号敬请期待)。同时也支持 Http 模块扩展,最最最重要的是能快速的集成至任何 Node.js 框架(Express、Nest、Egg、Koa 等)**
### 活动
<p align="left">
<a left="100" target="_blank" href="https://promotion.aliyun.com/ntms/act/qwbk.html?userCode=b1hkzv2x">
<img src="https://gitee.com/javen205/TNWX/raw/master/assets/img/aliYun.jpg" height="100" alt="">
</a>
<a left="100" target="_blank" href="https://cloud.tencent.com/act/cps/redirect?redirect=1048&cps_key=a21676d22e4b11a883893d54e158c1d3&from=console">
<img src="https://gitee.com/javen205/TNWX/raw/master/assets/img/tencent.jpg" height="100" alt="">
</a>
<a left="100" target="_blank" href="https://activity.huaweicloud.com/discount_area_v5/index.html?&fromuser=aHcxMTc2NTU3MQ==&utm_source=aHcxMTc2NTU3MQ==&utm_medium=cps&utm_campaign=201905">
<img src="https://gitee.com/javen205/TNWX/raw/master/assets/img/huawei.jpg" height="100" alt="">
</a>
</p>
## TNWX 博客
- [TNWX-开启公众号开发者模式](https://my.oschina.net/zyw205/blog/3038343)
- [TNWX-微信公众号各种消息交互](https://my.oschina.net/zyw205/blog/3043428)
- [TNWX-获取公众号的 access_token](https://my.oschina.net/zyw205/blog/3044608)
- [TNWX-微信公众号发送模板消息](https://my.oschina.net/zyw205/blog/3044716)
- [TNWX-微信公众号自定义菜单](https://my.oschina.net/zyw205/blog/3045638)
- [TNWX-微信公众号中如何使用 JSSDK](https://my.oschina.net/zyw205/blog/3046798)
- [TNWX-授权获取用户信息](https://my.oschina.net/zyw205/blog/3093807)
[【更多博客尽在开源中国】](https://www.oschina.net/p/TNWX)
## 开发进度
- [x] 多公众号支持
- [x] 各种消息交互
- [x] 自定义菜单
- [x] 模板消息
- [x] 客服消息
- [x] 用户管理
- [x] 生带参数的二维码
- [x] 长连接转短连接
- [x] 微信网页授权
- [x] 一次性订阅消息
- [x] 素材管理
- [x] 群发消息
- [x] 数据统计
- [x] 微信卡券
- [x] 微信门店
- [x] 微信摇一摇
- [x] 微信支付
- [ ] 微信连 WiFi
- [ ] 微信扫一扫
- [ ] 微信发票
- [ ] 微信设备功能
- [ ] ....
## 交流群
群号: [114196246](https:shang.qq.com/wpa/qunwpa?idkey=a1e4fd8c71008961bd4fc8eeea224e726afd5e5eae7bf1d96d3c77897388bf24)
## 开源推荐
- `IJPay` 让支付触手可及:https://gitee.com/javen205/IJPay
- SpringBoot 微服务高效开发 `mica` 工具集:https://gitee.com/596392912/mica
- `Avue` 一款基于 vue 可配置化的神奇框架:https://gitee.com/smallweigit/avue
- `pig` 宇宙最强微服务(架构师必备):https://gitee.com/log4j/pig
- `SpringBlade` 完整的线上解决方案(企业开发必备):https://gitee.com/smallc/SpringBlade
...@@ -16,5 +16,8 @@ ...@@ -16,5 +16,8 @@
"@vuepress/plugin-pwa": "^1.0.3", "@vuepress/plugin-pwa": "^1.0.3",
"vue-toasted": "^1.1.27", "vue-toasted": "^1.1.27",
"vuepress": "^1.0.3" "vuepress": "^1.0.3"
},
"dependencies": {
"element-ui": "^2.12.0"
} }
} }
...@@ -1384,6 +1384,13 @@ async-limiter@~1.0.0: ...@@ -1384,6 +1384,13 @@ async-limiter@~1.0.0:
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
async-validator@~1.8.1:
version "1.8.5"
resolved "https://registry.yarnpkg.com/async-validator/-/async-validator-1.8.5.tgz#dc3e08ec1fd0dddb67e60842f02c0cd1cec6d7f0"
integrity sha512-tXBM+1m056MAX0E8TL2iCjg8WvSyXu0Zc8LNtYqrVeyoL3+esHRZ4SieE9fKQyyU09uONjnMEjrNBMqT0mbvmA==
dependencies:
babel-runtime "6.x"
async@^1.5.2: async@^1.5.2:
version "1.5.2" version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
...@@ -1436,6 +1443,11 @@ babel-extract-comments@^1.0.0: ...@@ -1436,6 +1443,11 @@ babel-extract-comments@^1.0.0:
dependencies: dependencies:
babylon "^6.18.0" babylon "^6.18.0"
babel-helper-vue-jsx-merge-props@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6"
integrity sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg==
babel-loader@^8.0.4: babel-loader@^8.0.4:
version "8.0.6" version "8.0.6"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb" resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb"
...@@ -1477,7 +1489,7 @@ babel-plugin-transform-object-rest-spread@^6.26.0: ...@@ -1477,7 +1489,7 @@ babel-plugin-transform-object-rest-spread@^6.26.0:
babel-plugin-syntax-object-rest-spread "^6.8.0" babel-plugin-syntax-object-rest-spread "^6.8.0"
babel-runtime "^6.26.0" babel-runtime "^6.26.0"
babel-runtime@^6.26.0: babel-runtime@6.x, babel-runtime@^6.26.0:
version "6.26.0" version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
...@@ -2491,7 +2503,7 @@ deep-extend@^0.6.0: ...@@ -2491,7 +2503,7 @@ deep-extend@^0.6.0:
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
deepmerge@^1.5.2: deepmerge@^1.2.0, deepmerge@^1.5.2:
version "1.5.2" version "1.5.2"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753" resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.5.2.tgz#10499d868844cdad4fee0842df8c7f6f0c95a753"
integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ== integrity sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==
...@@ -2736,6 +2748,18 @@ electron-to-chromium@^1.3.191: ...@@ -2736,6 +2748,18 @@ electron-to-chromium@^1.3.191:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.230.tgz#2d0618cb6f724391d5fd0926dde84d6c67cbcda9" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.230.tgz#2d0618cb6f724391d5fd0926dde84d6c67cbcda9"
integrity sha512-r0RljY5DZi9RX4v8mjHxJkDWnQe+nsrkGlHtrDF2uvZcvAkw+iglvlQi1794gZhwRtJoDOomMJlDHL2LfXSCZA== integrity sha512-r0RljY5DZi9RX4v8mjHxJkDWnQe+nsrkGlHtrDF2uvZcvAkw+iglvlQi1794gZhwRtJoDOomMJlDHL2LfXSCZA==
element-ui@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/element-ui/-/element-ui-2.12.0.tgz#a893bc11ae4f7dbb7e9d541606f23e643f131ee4"
integrity sha512-DapyT0PW4i/1ETPHk8K8Qbe8B6hj10+dXsRTrOTFryV9wAs6e9mCxbV65awokyR2/v/KuIHJmqX+mH3wUa4rOQ==
dependencies:
async-validator "~1.8.1"
babel-helper-vue-jsx-merge-props "^2.0.0"
deepmerge "^1.2.0"
normalize-wheel "^1.0.1"
resize-observer-polyfill "^1.5.0"
throttle-debounce "^1.0.1"
elliptic@^6.0.0: elliptic@^6.0.0:
version "6.5.0" version "6.5.0"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.0.tgz#2b8ed4c891b7de3200e14412a5b8248c7af505ca" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.0.tgz#2b8ed4c891b7de3200e14412a5b8248c7af505ca"
...@@ -4872,6 +4896,11 @@ normalize-url@^3.0.0: ...@@ -4872,6 +4896,11 @@ normalize-url@^3.0.0:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
normalize-wheel@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/normalize-wheel/-/normalize-wheel-1.0.1.tgz#aec886affdb045070d856447df62ecf86146ec45"
integrity sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU=
npm-bundled@^1.0.1: npm-bundled@^1.0.1:
version "1.0.6" version "1.0.6"
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
...@@ -6053,6 +6082,11 @@ reselect@^3.0.1: ...@@ -6053,6 +6082,11 @@ reselect@^3.0.1:
resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147" resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147"
integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc= integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc=
resize-observer-polyfill@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
resolve-cwd@^2.0.0: resolve-cwd@^2.0.0:
version "2.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
...@@ -6759,6 +6793,11 @@ text-table@^0.2.0: ...@@ -6759,6 +6793,11 @@ text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
throttle-debounce@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-1.1.0.tgz#51853da37be68a155cb6e827b3514a3c422e89cd"
integrity sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg==
through2@^2.0.0: through2@^2.0.0:
version "2.0.5" version "2.0.5"
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册