Update user_config.ini

This commit is contained in:
x22c 2025-02-12 12:41:37 +08:00 committed by GitHub
parent 350fcc7cb3
commit 53b983e7e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,13 +56,13 @@ final_file = output/user_result.txt
# 结果中偏好的酒店源接口数量 | Preferred number of hotel source interfaces in the result
hotel_num = 10
# 酒店地区获取分页数量 | Number of hotel region acquisition pages
hotel_page_num = 4
hotel_page_num = 1
# 酒店源地区列表,"全部"表示所有地区 | Hotel source region list, "all" means all regions
hotel_region_list = 全部
# 结果中偏好的 IPv4 接口数量 | Preferred number of IPv4 interfaces in the result
ipv4_num = 9
ipv4_num =
# 结果中偏好的 IPv6 接口数量 | Preferred number of IPv6 interfaces in the result
ipv6_num = 1
ipv6_num =
# 强制认为当前网络支持IPv6跳过检测 | Force to consider that the current network supports IPv6, skip detection
ipv6_support = False
# 生成结果中接口的协议类型可选值ipv4、ipv6、全部、all | Protocol type of the interface in the generated result, optional values: ipv4, ipv6, 全部, all
@ -72,21 +72,21 @@ ipv_type_prefer = ipv4,ipv6
# 本地源文件路径,默认值: config/local.txt | Local source file path, Default value: config/local.txt
local_file = config/local.txt
# 结果中偏好的本地源接口数量 | Preferred number of local source interfaces in the result
local_num =
local_num = 5
# 接口最小分辨率,需要开启 open_filter_resolution 才能生效 | Minimum resolution of the interface, need to enable open_filter_resolution to take effect
min_resolution = 1920x1080
# 接口最小速率单位M/s需要开启 open_filter_speed 才能生效 | Minimum rate of the interface (unit M/s), need to enable open_filter_speed to take effect
min_speed = 0.3
min_speed = 0.2
# 结果中偏好的组播源接口数量 | Preferred number of multicast source interfaces in the result
multicast_num = 4
multicast_num = 5
# 组播地区获取分页数量 | Number of multicast region acquisition pages
multicast_page_num = 4
multicast_page_num = 1
# 组播源地区列表,"全部"表示所有地区 | Multicast source region list, "all" means all regions
multicast_region_list = 全部
# 结果中偏好的关键字搜索接口数量 | Preferred number of keyword search interfaces in the result
online_search_num = 3
online_search_num = 0
# 关键字搜索频道获取分页数量 | Number of keyword search channel acquisition pages
online_search_page_num = 3
online_search_page_num = 1
# 结果偏好的接口来源结果优先按该顺序进行排序逗号分隔例如local,hotel,multicast,subscribe,online_searchlocal:本地源hotel酒店源multicast组播源subscribe订阅源online_search关键字搜索不填写则表示不指定来源按照接口速率排序 | Preferred interface source of the result, the result is sorted according to this order, separated by commas, for example: local, hotel, multicast, subscribe, online_search; local: local source, hotel: hotel source, multicast: multicast source, subscribe: subscription source, online_search: keyword search; If not filled in, it means that the source is not specified, and it is sorted according to the interface rate
origin_type_prefer = hotel,subscribe,multicast,local,online_search
# 获取最近时间范围内更新的接口(单位天),适当减小可避免出现匹配问题 | Get the interface updated within the recent time range (unit day), appropriately reducing can avoid matching problems