mirror of
https://gh-proxy.org/https://github.com/mtrlps-community/lps-community-guide.git
synced 2026-08-12 00:55:49 +08:00
feat(style): 在ASCII字符与CJK之间自动添加空格
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
:root {
|
||||
text-autospace: normal;
|
||||
}
|
||||
code, pre {
|
||||
text-autospace: no-autospace;
|
||||
}
|
||||
@@ -85,3 +85,5 @@ copyright: Copyright © 2026 LPS Community Team
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/umami.js
|
||||
extra_css:
|
||||
- assets/stylesheets/global.css
|
||||
|
||||
Reference in New Issue
Block a user