@obb871001/api-integration-sdk 1.0.100 → 1.0.101

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/index.js CHANGED
@@ -861,7 +861,7 @@ const Ka = Va(null), bl = () => {
861
861
  userLogoutApi: _
862
862
  };
863
863
  }, ji = {
864
- platform: { all: [], origin: [] },
864
+ platform: { all: [], origin: [], originPlatform: [] },
865
865
  type: { main: [], sub: [], originMain: [], originSub: [] },
866
866
  gameList: {
867
867
  all: [],
@@ -28557,7 +28557,7 @@ const rl = /* @__PURE__ */ Gi(ml), I = {
28557
28557
  "HACK",
28558
28558
  "NAGA",
28559
28559
  "RSG"
28560
- ], n) ? `${e}_dark` : e, Rl = ({ platformData: e, darkMode: n } = {}) => {
28560
+ ], e) && n ? `${e}_dark` : e, Rl = ({ platformData: e, darkMode: n } = {}) => {
28561
28561
  const {
28562
28562
  SubPlatformEnum: d,
28563
28563
  // 子平台枚舉
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.100",
4
+ "version": "1.0.101",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",