fix: Remove redundant spaces for eslint

pull/457/head
sve1r 2023-12-05 16:12:11 +08:00
parent 283df5e834
commit fa7bbe163f
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import common from '../../common';
export default {
byDomain: '在此站点',
enableForThisDomain: `为此站点${common.enable}`,
arguments: '参数',
arguments: '参数',
level: '日志记录级别',
forRedirects: '记录重定向',
};

View File

@ -29,7 +29,7 @@ import common from '../../common';
export default {
enableFileNotFoundErrorLogging: `${common.enable}“文件未找到”错误日志:`,
logformat: 'log_format',
level: '日志记录级别',
level: '日志记录级别',
enableCloudflare: '将Cloudflare请求头部添加到默认日志格式',
cfRay: 'CF-Ray',
cfConnectingIp: 'CF-Connecting-IP',