feat: 深色模式基础设施 (system theme + 跟随系统)

This commit is contained in:
2026-07-08 11:33:09 +08:00
parent a88c4da361
commit c43f1d7389
6 changed files with 88 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ page {
font-size: 28rpx;
color: var(--text);
background-color: var(--bg) !important;
transition: background-color 0.3s ease, color 0.3s ease;
}
.container {