@obb871001/api-integration-sdk 1.0.381 → 1.0.382
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 +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9888,7 +9888,13 @@ const ru = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9888
9888
|
U(`模擬傳送 [${o}](非 WebView2 環境)`);
|
|
9889
9889
|
},
|
|
9890
9890
|
[U]
|
|
9891
|
-
), l = W(() => d("home"), [d]), a = W(
|
|
9891
|
+
), l = W(() => d("home"), [d]), a = W(
|
|
9892
|
+
() => d("clearcatch"),
|
|
9893
|
+
[d]
|
|
9894
|
+
), i = W(
|
|
9895
|
+
() => d("restart_money_michine"),
|
|
9896
|
+
[d]
|
|
9897
|
+
);
|
|
9892
9898
|
return {
|
|
9893
9899
|
isWebView2: n,
|
|
9894
9900
|
sendAction: d,
|