hifun-tools 1.4.19 → 1.4.20

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.
@@ -184,7 +184,6 @@ class InitCls {
184
184
  const tryRequest = async (label) => {
185
185
  log(`${label}:开始请求`);
186
186
  try {
187
- loadingText("网络波动,正在优选线路...");
188
187
  await getOptimalDecodedString([this.getBaseUrl()]);
189
188
  success = true;
190
189
  closeLoadingText();
@@ -194,6 +193,7 @@ class InitCls {
194
193
  return true;
195
194
  }
196
195
  catch (err) {
196
+ loadingText("网络波动,正在优选线路...");
197
197
  log(`${label}:请求失败 ❌`);
198
198
  return false;
199
199
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.4.18";
1
+ export declare const VERSION = "1.4.19";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "1.4.18";
1
+ export const VERSION = "1.4.19";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hifun-tools",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",