修复iOS模拟器中文字体显示异常

This commit is contained in:
JSR
2026-03-18 22:25:20 +08:00
parent 0df8fd4b0d
commit d839bf714c
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -181,6 +181,8 @@ function MainContent(): React.JSX.Element {
algorithm: isDark ? antTheme.darkAlgorithm : antTheme.defaultAlgorithm,
token: {
colorPrimary: brandColor,
fontFamily:
'"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"',
},
}}
>