修复iOS数据库连接并增强中文字体兼容

This commit is contained in:
JSR
2026-03-18 22:32:00 +08:00
parent d839bf714c
commit 6e06de4bb4
3 changed files with 17 additions and 6 deletions
+15 -3
View File
@@ -2,9 +2,11 @@
:root {
--ss-font-family:
"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Noto Sans SC", "Noto Sans CJK SC",
"Microsoft YaHei", "微软雅黑", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
"PingFang SC", "PingFangTC-Regular", "Hiragino Sans GB", "Hiragino Sans",
"STHeiti", "Heiti SC", "Noto Sans CJK SC", "Noto Sans SC", "Source Han Sans SC",
"Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji",
sans-serif;
}
html,
@@ -32,6 +34,16 @@ select {
font-family: var(--ss-font-family);
}
.ant-typography,
.ant-btn,
.ant-input,
.ant-input-affix-wrapper,
.ant-select,
.ant-select-selection-item,
.ant-message-notice-content {
font-family: var(--ss-font-family) !important;
}
.ss-sidebar {
color: var(--ss-sidebar-text, var(--ss-text-main));
}