fix: Remove redundant spaces for eslint
parent
283df5e834
commit
fa7bbe163f
|
@ -29,7 +29,7 @@ import common from '../../common';
|
|||
export default {
|
||||
byDomain: '在此站点',
|
||||
enableForThisDomain: `为此站点${common.enable}`,
|
||||
arguments: '参数',
|
||||
arguments: '参数',
|
||||
level: '日志记录级别',
|
||||
forRedirects: '记录重定向',
|
||||
};
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue