初始提交

This commit is contained in:
2026-02-12 15:40:10 +08:00
commit 1035446d4d
52 changed files with 11397 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/* 深色模式样式补充 */
.dark-mode {
color-scheme: dark;
}
/* 确保所有文本在深色模式下可见 */
.dark-mode * {
color-scheme: dark;
}