添加配置文件编辑黑名单

This commit is contained in:
hanhh 2021-07-17 22:24:29 +08:00
parent ecdfdff50d
commit 9320074a02

View File

@ -60,5 +60,11 @@ export default {
configPath,
scriptPath,
samplePath,
blackFileList: ['auth.json', 'config.sh.sample', 'cookie.sh', 'crontab.list'],
blackFileList: [
'auth.json',
'config.sh.sample',
'cookie.sh',
'crontab.list',
'env.sh',
],
};