feat(style): 在ASCII字符与CJK之间自动添加空格

This commit is contained in:
fenychn0206
2026-01-22 21:30:09 +08:00
parent 46bce6a71e
commit 4b519ee467
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
:root {
text-autospace: normal;
}
code, pre {
text-autospace: no-autospace;
}

View File

@@ -85,3 +85,5 @@ copyright: Copyright © 2026 LPS Community Team
extra_javascript: extra_javascript:
- javascripts/umami.js - javascripts/umami.js
extra_css:
- assets/stylesheets/global.css