diff --git a/JD.js b/JD.js index 2a01b50..787d47e 100644 --- a/JD.js +++ b/JD.js @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git a/README.md b/README.md index 8cc3562..bce31c9 100644 --- a/README.md +++ b/README.md @@ -4,61 +4,61 @@ --- -![公众号](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/img/other/wechat_pay.png) +![公众号](https://raw.githubusercontent.com/rosruc/Scriptable/v2/img/other/wechat_pay.png) --- ### `S13,万年历`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s13.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s13.jpeg) ### `S12,彩云折线`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s12.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s12.jpeg) ### `S11,联通`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s11.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s11.jpeg) ### `S10,电信`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s10.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s10.jpeg) ### `S9,京东`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s9.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s9.jpeg) ### `S8,电影日历`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s8.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s8.jpeg) ### `S7,倒计日`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s7.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s7.jpeg) ### `S6,今日事项`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s6.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s6.jpeg) ### `S5,世界杯`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s5.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s5.jpeg) ### `S4,TopHub热榜`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s4.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s4.jpeg) ### `S3,随机写真`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s3.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s3.jpeg) ### `S2,谷歌青蛙天气`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s2.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s2.jpeg) ### `S1,桌面启动`: -![](https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s1.jpeg) +![](https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s1.jpeg) diff --git "a/TopHub\346\246\234\345\215\225.js" "b/TopHub\346\246\234\345\215\225.js" index 558a6a5..f5713a1 100644 --- "a/TopHub\346\246\234\345\215\225.js" +++ "b/TopHub\346\246\234\345\215\225.js" @@ -15,7 +15,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git a/UNSplash.js b/UNSplash.js index 18c2ec0..da8f1e0 100644 --- a/UNSplash.js +++ b/UNSplash.js @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git a/_LSP.js b/_LSP.js index 20d9eab..6e2a8bd 100644 --- a/_LSP.js +++ b/_LSP.js @@ -14,7 +14,7 @@ const settingConfigName = 'settings.json'; // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ diff --git a/install/installer.js b/install/installer.js index b96028e..2506d23 100644 --- a/install/installer.js +++ b/install/installer.js @@ -7,7 +7,7 @@ Script.Installer = async () => { await Promise.all([`${INSTALL_NAME}.js`].map(async widgetFullName => { const widgetName = widgetFullName.replace('.js', ''); console.log("👉下载小组件«" + widgetName + "»"); - let url = `https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/${encodeURIComponent(widgetName)}.js`; + let url = `https://raw.githubusercontent.com/rosruc/Scriptable/v2/${encodeURIComponent(widgetName)}.js`; console.log('👉脚本地址:' + url); const req = new Request(url); const res = await req.load(); diff --git a/install/package.json b/install/package.json index 57c861f..6afd839 100644 --- a/install/package.json +++ b/install/package.json @@ -2,107 +2,107 @@ "author": "LSP-杂货万事屋", "scriptable": true, "icon": "https://s3.uuu.ovh/imgs/2022/12/09/4c8c4d09b6542713.png", - "repo": "https://github.com/Enjoyee/Scriptable", + "repo": "https://github.com/rosruc/Scriptable", "dependency": { "name": "_LSP", "version": "20230420", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/_LSP.js" + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/_LSP.js" }, "apps": [ { "title": "万年历", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s13.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s13.jpeg", "version": "1.0.0", "description": "万年历日历,显示调休节假日农历等信息", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E4%B8%87%E5%B9%B4%E5%8E%86.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E4%B8%87%E5%B9%B4%E5%8E%86.js", "name": "万年历" }, { "title": "彩云折线", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s12.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s12.jpeg", "version": "1.0.0", "description": "彩云天气折线数据", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E5%BD%A9%E4%BA%91%E6%8A%98%E7%BA%BF.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E5%BD%A9%E4%BA%91%E6%8A%98%E7%BA%BF.js", "name": "彩云折线" }, { "title": "桌面启动", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s1.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s1.jpeg", "version": "1.0.0", "description": "快捷启动 & 彩云天气数据 & 节假日倒计时", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E6%A1%8C%E9%9D%A2%E5%90%AF%E5%8A%A8.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E6%A1%8C%E9%9D%A2%E5%90%AF%E5%8A%A8.js", "name": "桌面启动" }, { "title": "写真随机", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s3.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s3.jpeg", "version": "1.0.0", "description": "写真随机,dounimei&dopaminegirl图源", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E5%86%99%E7%9C%9F%E9%9A%8F%E6%9C%BA.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E5%86%99%E7%9C%9F%E9%9A%8F%E6%9C%BA.js", "name": "写真随机" }, { "title": "TopHub榜单", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s4.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s4.jpeg", "version": "1.0.0", "description": "数据来源于今日热榜,几乎包罗全网热点,搜索热点添加", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/TopHub%E6%A6%9C%E5%8D%95.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/TopHub%E6%A6%9C%E5%8D%95.js", "name": "TopHub榜单" }, { "title": "青蛙天气", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s2.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s2.jpeg", "version": "1.0.0", "description": "谷歌青蛙天气背景 & 彩云天气数据", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E9%9D%92%E8%9B%99%E5%A4%A9%E6%B0%94.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E9%9D%92%E8%9B%99%E5%A4%A9%E6%B0%94.js", "name": "青蛙天气" }, { "title": "今日事项", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s6.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s6.jpeg", "version": "1.0.0", "description": "配合系统提现事项使用,事项优先级背景色区分,全部完成会有烟花庆祝背景", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E4%BB%8A%E6%97%A5%E4%BA%8B%E9%A1%B9.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E4%BB%8A%E6%97%A5%E4%BA%8B%E9%A1%B9.js", "name": "今日事项" }, { "title": "倒计日", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s7.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s7.jpeg", "version": "1.0.0", "description": "选择一个日期进行倒计时,动态颜色背景,根据系统深色模式切换,倒计、正计、纪念日、岁数", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E5%80%92%E8%AE%A1%E6%97%A5.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E5%80%92%E8%AE%A1%E6%97%A5.js", "name": "倒计日" }, { "title": "电影日历", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s8.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s8.jpeg", "version": "1.0.0", "description": "每日电影推荐,点击右侧日历跳到所有列表,其他则到今日详情,网站提供在线&下载地址", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E7%94%B5%E5%BD%B1%E6%97%A5%E5%8E%86.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E7%94%B5%E5%BD%B1%E6%97%A5%E5%8E%86.js", "name": "电影日历" }, { "title": "JD", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s9.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s9.jpeg", "version": "1.0.0", "description": "京豆、物流、东东农场、白条还款、红包等信息展示", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/JD.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/JD.js", "name": "JD" }, { "title": "电信", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s10.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s10.jpeg", "version": "1.0.0", "description": "电信流量、话费、语音展示", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E7%94%B5%E4%BF%A1.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E7%94%B5%E4%BF%A1.js", "name": "电信" }, { "title": "联通", - "thumb": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/preview/s11.jpeg", + "thumb": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/preview/s11.jpeg", "version": "1.0.0", "description": "联通流量、话费、语音展示", - "scriptURL": "https://raw.githubusercontent.com/Enjoyee/Scriptable/v2/%E8%81%94%E9%80%9A.js", + "scriptURL": "https://raw.githubusercontent.com/rosruc/Scriptable/v2/%E8%81%94%E9%80%9A.js", "name": "联通" } ] diff --git "a/lsp\347\216\257\345\242\203.js" "b/lsp\347\216\257\345\242\203.js" index f511d9a..b3254d0 100644 --- "a/lsp\347\216\257\345\242\203.js" +++ "b/lsp\347\216\257\345\242\203.js" @@ -1936,7 +1936,7 @@ class Base { async fetchEnv() { let updateResult = false; const envFileName = module.filename; - const envDownloadUrl = 'https://gitee.com/enjoyee/scriptable/raw/develop/lsp%E7%8E%AF%E5%A2%83.js'; + const envDownloadUrl = 'https://gitee.com/rosruc/Scriptable/raw/develop/lsp%E7%8E%AF%E5%A2%83.js'; let fileManager = FileManager.local(); try { const iCloudInUse = fileManager.isFileStoredIniCloud(envFileName); @@ -2095,7 +2095,7 @@ const Running = async (Widget, scriptName, needSetBg = true, newConfig = { visua break; case '组件更新': - await M.downloadUpdate(M.moduleName, `https://gitee.com/enjoyee/scriptable/raw/develop/${encodeURIComponent(M.scriptName)}.js`); + await M.downloadUpdate(M.moduleName, `https://gitee.com/rosruc/Scriptable/raw/develop/${encodeURIComponent(M.scriptName)}.js`); break; case '清理缓存': diff --git "a/\344\270\207\345\271\264\345\216\206.js" "b/\344\270\207\345\271\264\345\216\206.js" index 40523c3..d8a7185 100644 --- "a/\344\270\207\345\271\264\345\216\206.js" +++ "b/\344\270\207\345\271\264\345\216\206.js" @@ -11,7 +11,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\344\270\226\347\225\214\346\235\257.js" "b/\344\270\226\347\225\214\346\235\257.js" index f2d9161..422bdf5 100644 --- "a/\344\270\226\347\225\214\346\235\257.js" +++ "b/\344\270\226\347\225\214\346\235\257.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\344\273\212\346\227\245\344\272\213\351\241\271.js" "b/\344\273\212\346\227\245\344\272\213\351\241\271.js" index 4fd8972..2c62933 100644 --- "a/\344\273\212\346\227\245\344\272\213\351\241\271.js" +++ "b/\344\273\212\346\227\245\344\272\213\351\241\271.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\345\200\222\350\256\241\346\227\245.js" "b/\345\200\222\350\256\241\346\227\245.js" index 13d93f2..8944b47 100644 --- "a/\345\200\222\350\256\241\346\227\245.js" +++ "b/\345\200\222\350\256\241\346\227\245.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\345\206\231\347\234\237\351\232\217\346\234\272.js" "b/\345\206\231\347\234\237\351\232\217\346\234\272.js" index 253a36e..42d1760 100644 --- "a/\345\206\231\347\234\237\351\232\217\346\234\272.js" +++ "b/\345\206\231\347\234\237\351\232\217\346\234\272.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\345\275\251\344\272\221\346\212\230\347\272\277.js" "b/\345\275\251\344\272\221\346\212\230\347\272\277.js" index 130ad4e..249687a 100644 --- "a/\345\275\251\344\272\221\346\212\230\347\272\277.js" +++ "b/\345\275\251\344\272\221\346\212\230\347\272\277.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\346\241\214\351\235\242\345\220\257\345\212\250.js" "b/\346\241\214\351\235\242\345\220\257\345\212\250.js" index 0d04c49..71df2ac 100644 --- "a/\346\241\214\351\235\242\345\220\257\345\212\250.js" +++ "b/\346\241\214\351\235\242\345\220\257\345\212\250.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\346\250\241\346\235\277.js" "b/\346\250\241\346\235\277.js" index 70e25e5..cff9129 100644 --- "a/\346\250\241\346\235\277.js" +++ "b/\346\250\241\346\235\277.js" @@ -106,9 +106,9 @@ class Widget extends Base { files = iCloudInUse ? FileManager.iCloud() : files let message = '' try { - let downloadURL = "https://gitee.com/enjoyee/scriptable/raw/master/%E6%96%B0%E7%B3%BB%E5%88%97/%E5%B0%8F%E6%97%A5%E5%8E%86.js" + let downloadURL = "https://gitee.com/rosruc/Scriptable/raw/master/%E6%96%B0%E7%B3%BB%E5%88%97/%E5%B0%8F%E6%97%A5%E5%8E%86.js" if (widgetConfigs.useGithub) { - downloadURL = "https://raw.githubusercontent.com/Enjoyee/Scriptable/new/%E5%B0%8F%E6%97%A5%E5%8E%86/%E5%B0%8F%E6%97%A5%E5%8E%86.js" + downloadURL = "https://raw.githubusercontent.com/rosruc/Scriptable/new/%E5%B0%8F%E6%97%A5%E5%8E%86/%E5%B0%8F%E6%97%A5%E5%8E%86.js" } const req = new Request(downloadURL) const codeString = await req.loadString() diff --git "a/\347\224\265\344\277\241.js" "b/\347\224\265\344\277\241.js" index 41de70d..8a5a057 100644 --- "a/\347\224\265\344\277\241.js" +++ "b/\347\224\265\344\277\241.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\347\224\265\345\275\261\346\227\245\345\216\206.js" "b/\347\224\265\345\275\261\346\227\245\345\216\206.js" index c88896a..f871ca3 100644 --- "a/\347\224\265\345\275\261\346\227\245\345\216\206.js" +++ "b/\347\224\265\345\275\261\346\227\245\345\216\206.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\350\201\224\351\200\232.js" "b/\350\201\224\351\200\232.js" index 12a4a6e..9cca3c2 100644 --- "a/\350\201\224\351\200\232.js" +++ "b/\350\201\224\351\200\232.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local(); diff --git "a/\351\235\222\350\233\231\345\244\251\346\260\224.js" "b/\351\235\222\350\233\231\345\244\251\346\260\224.js" index a8df267..68b83b6 100644 --- "a/\351\235\222\350\233\231\345\244\251\346\260\224.js" +++ "b/\351\235\222\350\233\231\345\244\251\346\260\224.js" @@ -14,7 +14,7 @@ console.log(`----------------------------------------`); // 分支 const branch = 'v2'; // 仓库根目录 -const remoteGithubRoot = `https://raw.githubusercontent.com/Enjoyee/Scriptable/${branch}`; +const remoteGithubRoot = `https://raw.githubusercontent.com/rosruc/Scriptable/${branch}`; const remoteHomeLandRoot = `https://glimmerk.coding.net/p/Scriptable/shared-depot/source/git/raw/${branch}`; // 依赖包目录 const fm = FileManager.local();