@tarojs/plugin-mini-ci 3.5.9 → 3.6.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- {"version":3,"file":"QRCode.js","sourceRoot":"","sources":["../src/QRCode.ts"],"names":[],"mappings":";;AAAA;;;GAGG;AACH,SAAwB,cAAc,CAAE,GAAW;IACjD,OAAO,CAAC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAA;AAC3D,CAAC;AAFD,iCAEC"}
package/types/QRCode.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * 生产二维码输出到控制台
3
- * @param url 链接地址
4
- */
5
- export default function generateQrCode(url: string): void;