@obb871001/api-integration-sdk 1.0.396 → 1.0.397
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.cjs +1 -1
- package/dist/index.js +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7874,7 +7874,12 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
|
|
|
7874
7874
|
const r = a != null && Array.isArray(e) && e.some(
|
|
7875
7875
|
(p) => String(p?.platform) === String(a)
|
|
7876
7876
|
);
|
|
7877
|
-
return
|
|
7877
|
+
return console.log(
|
|
7878
|
+
r,
|
|
7879
|
+
a,
|
|
7880
|
+
e,
|
|
7881
|
+
"isCurrentGameMaintaining"
|
|
7882
|
+
), {
|
|
7878
7883
|
show: r,
|
|
7879
7884
|
reason: r ? `在 gamebox 且當前廠商「${a}」在維護清單 → 顯示` : `在 gamebox 但當前廠商「${a ?? "(無)"}」不在維護清單 → 靜默`
|
|
7880
7885
|
};
|