@obb871001/api-integration-sdk 1.0.397 → 1.0.398
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 +1 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7874,12 +7874,7 @@ 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
|
|
7878
|
-
r,
|
|
7879
|
-
a,
|
|
7880
|
-
e,
|
|
7881
|
-
"isCurrentGameMaintaining"
|
|
7882
|
-
), {
|
|
7877
|
+
return {
|
|
7883
7878
|
show: r,
|
|
7884
7879
|
reason: r ? `在 gamebox 且當前廠商「${a}」在維護清單 → 顯示` : `在 gamebox 但當前廠商「${a ?? "(無)"}」不在維護清單 → 靜默`
|
|
7885
7880
|
};
|