style(Lineup): 优化代码格式和布局

- 调整了代码的缩进和空格,提高了可读性
-修复了一些小的语法问题,如缺少逗号等
- 优化了部分长行的换行方式,提高了代码的整洁度
This commit is contained in:
hxt
2025-04-26 17:01:00 +08:00
parent c13ff30924
commit 629cbd79fc
3 changed files with 22 additions and 4 deletions

View File

@@ -8,4 +8,8 @@ export default defineConfig({
'process.env.VITE_API_BASE_URL': JSON.stringify(process.env.VITE_API_BASE_URL),
},
},
html: {
title: '露娜助手',
favicon: './public/favicon.svg',
},
});