stytle: 优化样式

This commit is contained in:
xlsea
2025-04-23 17:43:10 +08:00
parent acda7d6980
commit b31edb5f8c
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ function createProxyItem(item: App.Service.ServiceConfigItem, enableLog: boolean
const proxyUrl = `${lightBlue('[real request url]')}: ${green(`${options.target}${req.url}`)}`;
consola.log(`${requestUrl}\n${proxyUrl}`);
consola.log(`\n${requestUrl}\n${proxyUrl}`);
});
_proxy.on('error', (_err, req, _res) => {
if (!enableLog) return;