资源本地化

This commit is contained in:
CN-JS-HuiBai
2026-04-07 16:01:29 +08:00
parent 307a26c0db
commit 64fc023f7b
9 changed files with 314 additions and 41 deletions

View File

@@ -51,8 +51,8 @@
--radius-xl: 20px;
/* Typography */
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
--font-sans: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, sans-serif;
--font-mono: 'Cascadia Mono', 'Consolas', 'Liberation Mono', monospace;
}
:root.light-theme {
@@ -2788,4 +2788,4 @@ input:checked+.slider:before {
.filings a {
justify-content: center;
}
}
}