wechat-mp-controller 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -138,7 +138,6 @@ export class Controller {
138
138
  if (formData.videoUrl) {
139
139
  await videoUploader.uploadFile(formData.videoUrl);
140
140
  }
141
- await this.page.waitForNetworkIdle();
142
141
  }
143
142
  await this.page.locator('.btn.btn_primary[data-msgid="提交审核"]').click();
144
143
  // 也可以等待 https://mp.weixin.qq.com/wxamp/cgi/route?path=%2Fwxopen%2Fwadevelopcode%3Faction%3Dsubmit_check&token=283379953&lang=zh_CN&random=0.8360122102877674
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechat-mp-controller",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "license": "MIT",