feat: 添加暗色模式支持,重构用户数据加载逻辑
This commit is contained in:
@ -23,6 +23,11 @@
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
}
|
||||
#app {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user