style: 格式化项目代码

- 根据prettier配置格式化整个项目的代码
This commit is contained in:
2025-09-17 15:50:29 +08:00
parent bb89721f1c
commit 359aaec8a9
43 changed files with 1900 additions and 1878 deletions

View File

@ -1,6 +1,6 @@
@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
@forward "element-plus/theme-chalk/src/dark/var.scss" with (
$bg-color: (
'page': #0a0a0a,
'overlay': #1d1e1f,
"page": #0a0a0a,
"overlay": #1d1e1f,
)
);