clickgo-native 0.0.5-dev5 → 0.0.6-dev6

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.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.ts CHANGED
@@ -504,7 +504,7 @@ function createForm(p: string): void {
504
504
  }
505
505
  form.show();
506
506
  });
507
- if (p.startsWith('https://')) {
507
+ if (p.startsWith('https://') || p.startsWith('http://')) {
508
508
  // --- 加载网页 ---
509
509
  form.loadURL(p).catch(function(e): void {
510
510
  throw e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo-native",
3
- "version": "0.0.5-dev5",
3
+ "version": "0.0.6-dev6",
4
4
  "description": "The software developed with ClickGo will run in Windows, Mac OS, Linux.",
5
5
  "keywords": [
6
6
  "clickgo",