From 33a79e183e205aa35d69f4fc6d55ca3d1f137451 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 25 Feb 2026 11:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=A8=A1=E6=A3=B1=E4=B8=A4?= =?UTF-8?q?=E5=8F=AF=E7=9A=84=20Unicode=20=E5=AD=97=E7=AC=A6=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Gitea.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Service/Gitea.txt b/Service/Gitea.txt index 1260421..e9bcddc 100644 --- a/Service/Gitea.txt +++ b/Service/Gitea.txt @@ -169,4 +169,9 @@ server { } 8.关闭注册。sudo vim /etc/gitea/app.ini DISABLE_REGISTRATION = true -sudo systemctl restart gitea \ No newline at end of file +sudo systemctl restart gitea + +额外配置: +[ui] +; 禁用模棱两可的 Unicode 字符检测警告 +AMBIGUOUS_UNICODE_DETECTION = false \ No newline at end of file