Skip to content

OpenAPI isJSBox issues #107

Description

@isKoi

const isJSBox = typeof require == "function" && typeof $jsbox != "undefined";

$jsbox似乎已废弃,返回undefined,建议改为const isJSBox = typeof require == "function" && $app.info.bundleID == "app.cyan.jsbox";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions