hifun-tools 1.3.12 → 1.3.13

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.
@@ -145,6 +145,7 @@ class InitCls {
145
145
  location.origin.includes(this.localPath.replace(/\/+$/, ""))) {
146
146
  console.info(`🏠 iggame匹配到默认链接`, this.defaultBaseUrl);
147
147
  this.domainBaseUrl = this.defaultBaseUrl;
148
+ return this.domainBaseUrl;
148
149
  }
149
150
  else {
150
151
  console.warn("⚠️ 加载 lineAddress.txt 失败:", error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hifun-tools",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",