@shimotsuki/core 3.0.26 → 3.0.27
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/shimotsuki_core.js +1 -1
- package/package.json +1 -1
package/dist/shimotsuki_core.js
CHANGED
|
@@ -1657,7 +1657,7 @@ class SocialGameClientManager extends BaseManager {
|
|
|
1657
1657
|
|
|
1658
1658
|
case "show":
|
|
1659
1659
|
this.isInBackground = false;
|
|
1660
|
-
console.log("监听前台 show");
|
|
1660
|
+
console.log("监听前台 show", t);
|
|
1661
1661
|
if (t) this.pendingShowOptions.push(t);
|
|
1662
1662
|
await this.safeTriggerReconnectAll();
|
|
1663
1663
|
break;
|