From 24747a5f0964053bec348bcc78a06125a5ad6f8e Mon Sep 17 00:00:00 2001 From: chinrain <3523213146@qq.com> Date: Wed, 2 Jul 2025 23:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 124da01..d5df033 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -114,8 +114,6 @@ class Settings(BaseSettings): AUTO_DELETE_REQUEST_LOGS_DAYS: int = 30 SAFETY_SETTINGS: List[Dict[str, str]] = DEFAULT_SAFETY_SETTINGS - #是否开启新手模式 - URL_NORMALIZATION_ENABLED: bool = False def __init__(self, **kwargs): super().__init__(**kwargs)