1 Star 3 Fork 1

think3r/learn_autoxJs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
runRemoteScript.js 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
think3r 提交于 2023-06-11 23:54 +08:00 . init: add 起点章节卡远程执行 脚本
/* 远程运行 xxx 脚本 */
var remoteSrciptPath = "https://gitee.com/think3r/learn_autoxJs/raw/master/qidian_video.js"
var remoteSrcipt = http.get(remoteSrciptPath).body.string();
// toastLog(remoteSrcipt)
engines.execScript("remoteSrcipt", remoteSrcipt)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/think3r/learn_autoxJs.git
git@gitee.com:think3r/learn_autoxJs.git
think3r
learn_autoxJs
learn_autoxJs
master

搜索帮助