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.
- package/dist/init/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/init/index.js
CHANGED
|
@@ -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.
|
|
1
|
+
export declare const VERSION = "1.4.19";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "1.4.
|
|
1
|
+
export const VERSION = "1.4.19";
|