From b88e5fc4fcb57d018112c22873b19b980bd6436f Mon Sep 17 00:00:00 2001 From: ldm2060 Date: Sun, 2 Feb 2025 10:33:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E9=85=92=E5=BA=97?= =?UTF-8?q?=E6=BA=90=E5=92=8C=E9=A1=B5=E9=9D=A2=E6=9C=8D=E5=8A=A1=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.ini b/config/config.ini index 19155776289..30f43c4a0a2 100644 --- a/config/config.ini +++ b/config/config.ini @@ -8,7 +8,7 @@ open_filter_resolution = True # 开启速率过滤,低于最小速率(min_speed)的接口将会被过滤; 可选值: True, False | Enable rate filtering, interfaces below the minimum rate (min_speed) will be filtered; Optional values: True, False open_filter_speed = True # 开启酒店源功能,关闭后所有酒店源工作模式都将关闭; 可选值: True, False | Enable hotel source function, after closing, all hotel source working modes will be closed; Optional values: True, False -open_hotel = True +open_hotel = False # 开启 Foodie 酒店源工作模式; 可选值: True, False | Enable Foodie hotel source working mode; Optional values: True, False open_hotel_foodie = True # 开启 FOFA、ZoomEye 酒店源工作模式; 可选值: True, False | Enable FOFA, ZoomEye hotel source working mode; Optional values: True, False @@ -32,7 +32,7 @@ open_proxy = False # 开启查询请求,数据来源于网络(仅针对酒店源与组播源); 可选值: True, False | Enable query request, data comes from the network (only for hotel source and multicast source); Optional values: True, False open_request = False # 开启页面服务,用于控制是否启动结果页面服务;如果使用青龙等平台部署,有专门设定的定时任务,需要更新完成后停止运行,可以关闭该功能; 可选值: True, False | Enable page service, used to control whether to start the result page service; If you use platforms such as Qinglong for deployment, there are special scheduled tasks, you need to stop running after the update is completed, you can turn off this function; Optional values: True, False -open_service = True +open_service = False # 开启排序功能(响应速度、日期、分辨率); 可选值: True, False | Enable sorting function (response speed, date, resolution); Optional values: True, False open_sort = True # 开启订阅源功能; 可选值: True, False | Enable subscription source function; Optional values: True, False