web3dlink 2.0.4 → 2.0.5
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/package.json +1 -1
- package/web3dlink.es.js +4 -0
- package/web3dlink.umd.js +1 -1
package/package.json
CHANGED
package/web3dlink.es.js
CHANGED
|
@@ -2223,6 +2223,10 @@ class GameAPI {
|
|
|
2223
2223
|
async NC(m, u) {
|
|
2224
2224
|
return this._otherApi._handleSend(`NC.${m}`, u);
|
|
2225
2225
|
}
|
|
2226
|
+
// 闸门调度
|
|
2227
|
+
async gateOperation(m, u) {
|
|
2228
|
+
return this._otherApi._handleSend(`gateOperation.${m}`, u);
|
|
2229
|
+
}
|
|
2226
2230
|
}
|
|
2227
2231
|
var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, larksrWebSdk_min = { exports: {} };
|
|
2228
2232
|
(function(module, exports$1) {
|