From 6dff1e91091ddbbe7c66e4b2e8cba1104969e12a Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 27 Mar 2021 22:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=92=E5=8A=A9=E7=A0=81?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- back/config/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9370997d..04629308 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ ### one more thing -![one-more-thing](https://image.whyour.cn/others/one-more-thing.jpg) +![one-more-thing](https://image.whyour.cn/others/nice.png) diff --git a/back/config/index.ts b/back/config/index.ts index b25da4f0..42e867a1 100644 --- a/back/config/index.ts +++ b/back/config/index.ts @@ -11,7 +11,7 @@ const sampleFile = path.join(rootPath, 'sample/config.sh.sample'); const crontabFile = path.join(rootPath, 'config/crontab.list'); const confBakDir = path.join(rootPath, 'config/bak/'); 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 logPath = path.join(rootPath, 'log/'); const authError = '错误的用户名密码,请重试';