mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复互助码目录
This commit is contained in:
parent
1d585e2619
commit
6dff1e9109
|
@ -29,4 +29,4 @@
|
||||||
|
|
||||||
### one more thing
|
### one more thing
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -11,7 +11,7 @@ const sampleFile = path.join(rootPath, 'sample/config.sh.sample');
|
||||||
const crontabFile = path.join(rootPath, 'config/crontab.list');
|
const crontabFile = path.join(rootPath, 'config/crontab.list');
|
||||||
const confBakDir = path.join(rootPath, 'config/bak/');
|
const confBakDir = path.join(rootPath, 'config/bak/');
|
||||||
const authConfigFile = path.join(rootPath, 'config/auth.json');
|
const authConfigFile = path.join(rootPath, 'config/auth.json');
|
||||||
const shareCodeDir = path.join(rootPath, 'log/share_code/');
|
const shareCodeDir = path.join(rootPath, 'log/jd_get_share_code/');
|
||||||
const diyFile = path.join(rootPath, 'config/diy.sh');
|
const diyFile = path.join(rootPath, 'config/diy.sh');
|
||||||
const logPath = path.join(rootPath, 'log/');
|
const logPath = path.join(rootPath, 'log/');
|
||||||
const authError = '错误的用户名密码,请重试';
|
const authError = '错误的用户名密码,请重试';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user