支持更换头像

This commit is contained in:
whyour
2022-05-09 15:31:41 +08:00
parent 2c9b283b75
commit fb6a80e306
12 changed files with 127 additions and 29 deletions
+2
View File
@@ -15,6 +15,7 @@ const scriptPath = path.join(dataPath, 'scripts/');
const bakPath = path.join(dataPath, 'bak/');
const logPath = path.join(dataPath, 'log/');
const dbPath = path.join(dataPath, 'db/');
const uploadPath = path.join(dataPath, 'upload/');
const envFile = path.join(configPath, 'env.sh');
const confFile = path.join(configPath, 'config.sh');
@@ -58,6 +59,7 @@ export default {
confFile,
envFile,
dbPath,
uploadPath,
configPath,
scriptPath,
samplePath,