mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-04 17:04:42 +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;
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
site_name: MTR 齐齐玩服务器社区非官方指南
|
||||
site_description: 这里是由 MTR 齐齐玩服务器玩家社区搭建的非官方指南,希望你能找到你想要的内容!
|
||||
site_author: LPS Community Team
|
||||
site_url: https://www.lpsguide.cn
|
||||
site_url: https://www.lpsguide.cn
|
||||
|
||||
# 文档目录
|
||||
docs_dir: docs
|
||||
@@ -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