feat: 新增深色模式支持;修复已知问题;样式优化

This commit is contained in:
kongweigen
2026-01-14 23:10:54 +08:00
parent 862ab3ca6c
commit d9cb2c0cf3
29 changed files with 8589 additions and 2140 deletions

View File

@@ -0,0 +1,17 @@
/*just override what you need*/
@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
$bg-color: (
'page': #0a0a0a,
'': #141414,
'overlay': #1d1e1f,
),
$fill-color: (
'': #262727,
'light': #1d1e1f,
'lighter': #141414,
'extra-light': #191919,
'dark': #3a3a3a,
'darker': #4a4a4a,
'blank': #1a1a1a,
)
);

File diff suppressed because it is too large Load Diff