mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-04 19:44:40 +08:00
feat(style): 在ASCII字符与CJK之间自动添加空格
This commit is contained in:
6
docs/assets/stylesheets/global.css
Normal file
6
docs/assets/stylesheets/global.css
Normal file
@@ -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:
|
extra_javascript:
|
||||||
- javascripts/umami.js
|
- javascripts/umami.js
|
||||||
|
extra_css:
|
||||||
|
- assets/stylesheets/global.css
|
||||||
|
|||||||
Reference in New Issue
Block a user