Open isKoi opened 1 year ago
https://github.com/Peng-YM/QuanX/blob/b6afaad882c335a5136e6b6ef54bac8c7ace0838/Tools/OpenAPI/API.js#L8
$jsbox似乎已废弃,返回undefined,建议改为const isJSBox = typeof require == "function" && $app.info.bundleID == "app.cyan.jsbox";
const isJSBox = typeof require == "function" && $app.info.bundleID == "app.cyan.jsbox";
https://github.com/Peng-YM/QuanX/blob/b6afaad882c335a5136e6b6ef54bac8c7ace0838/Tools/OpenAPI/API.js#L8
$jsbox似乎已废弃,返回undefined,建议改为
const isJSBox = typeof require == "function" && $app.info.bundleID == "app.cyan.jsbox";