禁用模棱两可的 Unicode 字符检测警告

This commit is contained in:
2026-02-25 11:46:54 +08:00
parent 16f10b462c
commit 33a79e183e

View File

@@ -169,4 +169,9 @@ server {
}
8.关闭注册。sudo vim /etc/gitea/app.ini
DISABLE_REGISTRATION = true
sudo systemctl restart gitea
sudo systemctl restart gitea
额外配置:
[ui]
; 禁用模棱两可的 Unicode 字符检测警告
AMBIGUOUS_UNICODE_DETECTION = false