@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shimotsuki/core",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/shimotsuki_core.js",