1 Star 0 Fork 0

AAAlex(做饭中) / MG-Linker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install-runtime.js 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
邓圣砚 提交于 2024-01-05 16:37 . 第一次push
const FILE_MGR = FileManager[module.filename.includes('Documents/iCloud~') ? 'iCloud' : 'local']();
await Promise.all(
[*|FILES|*].map(async (js) => {
const REQ = new Request(`http://*|IP_ADDRESS|*/Scripts/${encodeURIComponent(js)}`);
const RES = await REQ.load();
FILE_MGR.write(FILE_MGR.joinPath(FILE_MGR.documentsDirectory(), js), RES);
})
);
FILE_MGR.remove(module.filename);
Safari.open('scriptable:///open?scriptName=' + encodeURIComponent('「源码」小组件示例'));
1
https://gitee.com/alexxyan/mg-linker.git
git@gitee.com:alexxyan/mg-linker.git
alexxyan
mg-linker
MG-Linker
master

搜索帮助