mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
ck管理增加排序,禁用,实时状态变成手动获取
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user