preload.js 149 Bytes
// 开发者可以暴露自定义 API 供后加载脚本使用
utools.onPluginEnter(({code, type, payload}) => {
    window.sysPayload = payload;
})