hifun-tools 1.4.48 → 1.4.49

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.
@@ -341,7 +341,7 @@ class InitCls {
341
341
  * 直接传入域名
342
342
  */
343
343
  switchAddressLine(line) {
344
- this.domainBaseUrl = line;
344
+ this.domainBaseUrl = toStandardUrl(line);
345
345
  console.log("切换线路为:", line);
346
346
  }
347
347
  /** 手动更新线路速度延迟 */
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.4.47";
1
+ export declare const VERSION = "1.4.48";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "1.4.47";
1
+ export const VERSION = "1.4.48";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hifun-tools",
3
- "version": "1.4.48",
3
+ "version": "1.4.49",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",