提交 eb18854e 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 8c98498e
......@@ -11,7 +11,10 @@ const isDev = false;
const dependencyLSP = '20230129';
console.log(`开发环境 👉👉👉👉👉 ${isDev ? 'DEV' : 'RELEASE'}`);
console.log(`----------------------------------------`);
const remoteRoot = 'https://gitcode.net/enoyee/scriptable/-/raw/master';
// 分支
const branch = 'dev';
// 仓库根目录
const remoteRoot = `https://gitcode.net/enoyee/scriptable/-/raw/${branch}`;
// 依赖包目录
const fm = FileManager.local();
const rootDir = fm.documentsDirectory();
......
......@@ -11,8 +11,10 @@
const VERSION = 20230129
// 组件配置文件名
const settingConfigName = 'settings.json';
// 分支
const branch = 'dev';
// 仓库根目录
const remoteRoot = 'https://gitcode.net/enoyee/scriptable/-/raw/master';
const remoteRoot = `https://gitcode.net/enoyee/scriptable/-/raw/${branch}`;
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册