ck管理增加排序,禁用,实时状态变成手动获取

This commit is contained in:
whyour
2021-04-10 00:21:51 +08:00
parent ef24fc8354
commit fb98bc44e4
17 changed files with 621 additions and 522 deletions
+2
View File
@@ -20,6 +20,7 @@ const configString = 'config sample crontab shareCode diy';
const dbPath = path.join(rootPath, 'db/');
const manualLogPath = path.join(rootPath, 'manual_log/');
const cronDbFile = path.join(rootPath, 'db/crontab.db');
const cookieDbFile = path.join(rootPath, 'db/cookie.db');
if (envFound.error) {
throw new Error("⚠️ Couldn't find .env file ⚠️");
@@ -53,5 +54,6 @@ export default {
},
dbPath,
cronDbFile,
cookieDbFile,
manualLogPath,
};