更新nginx配置,添加try_files指令;完善readme,强调字体信息

This commit is contained in:
hi2hi 2024-12-04 01:40:17 +00:00
parent fab7b58d14
commit 10d0b0e8ee
2 changed files with 4 additions and 2 deletions

View File

@ -30,6 +30,7 @@ server {
}
location / {
try_files $uri $uri/ /index.html;
root /home/wwwroot/html;
}
}

View File

@ -1,6 +1,6 @@
# Nazhua
基于哪吒监控(nezha.wiki)v0版本构建的前端主题目前暂不支持v1版本关于v1支持需要等待后续版本。
主题有点重,因为内置了`SarasaTermSC-SemiBold`字体。
基于哪吒监控(nezha.wiki)v0版本构建的前端主题目前暂不支持v1版本关于v1支持需要等待后续版本。
主题有点****,因为内置了一个带中文的`SarasaTermSC-SemiBold`字体。
## 劝退指南 用前必读
1. 本主题是基于哪吒监控v0版本构建的不支持v1版本。*未来根据情况可能会支持v1版本*
@ -97,6 +97,7 @@ server {
}
location / {
try_files $uri $uri/ /index.html;
root /home/wwwroot/html;
}
}