From 29eab4be37ea8df1a9ce40a478be2acae0ddf8d6 Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Fri, 12 Apr 2024 16:34:08 +0800 Subject: [PATCH] Update: default --- README-EN.md | 6 +++--- README.md | 6 +++--- docs/tutorial-EN.md | 6 +++--- docs/tutorial.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README-EN.md b/README-EN.md index 124fcaa8e6..e3de2c4e69 100644 --- a/README-EN.md +++ b/README-EN.md @@ -24,9 +24,9 @@ Customize channel menus, automatically fetch and update the latest live source i | source_file | "demo.txt" | Template file name | | final_file | "result.txt" | Generated file name | | favorite_list | ["CCTV1","CCTV13"] | List of favorite channel names (used only to distinguish from regular channels, custom page retrieval quantity) | -| favorite_page_num | 6 | Page retrieval quantity for favorite channels | -| default_page_num | 4 | Page retrieval quantity for regular channels | -| urls_limit | 15 | Number of interfaces per channel | +| favorite_page_num | 3 | Page retrieval quantity for favorite channels | +| default_page_num | 2 | Page retrieval quantity for regular channels | +| urls_limit | 10 | Number of interfaces per channel | | response_time_weight | 0.5 | Response time weight value (the sum of all weight values should be 1) | | resolution_weight | 0.5 | Resolution weight value (the sum of all weight values should be 1) | | recent_days | 30 | Retrieve interfaces updated within a recent time range (in days), reducing appropriately can avoid matching issues | diff --git a/README.md b/README.md index 88189689ba..f9a0215c47 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ | source_file | "demo.txt" | 模板文件名称 | | final_file | "result.txt" | 生成文件名称 | | favorite_list | ["CCTV1","CCTV13"] | 关注频道名称列表(仅用于与常规频道区分,自定义获取分页数量) | -| favorite_page_num | 6 | 关注频道获取分页数量 | -| default_page_num | 4 | 常规频道获取分页数量 | -| urls_limit | 15 | 单个频道接口数量 | +| favorite_page_num | 3 | 关注频道获取分页数量 | +| default_page_num | 1 | 常规频道获取分页数量 | +| urls_limit | 10 | 单个频道接口数量 | | response_time_weight | 0.5 | 响应时间权重值(所有权重值总和应为 1) | | resolution_weight | 0.5 | 分辨率权重值 (所有权重值总和应为 1) | | recent_days | 30 | 获取最近时间范围内更新的接口(单位天),适当减小可避免出现匹配问题 | diff --git a/docs/tutorial-EN.md b/docs/tutorial-EN.md index 8578f00b67..9ec3d3f3f9 100644 --- a/docs/tutorial-EN.md +++ b/docs/tutorial-EN.md @@ -62,9 +62,9 @@ Adjust the configuration as needed. Below is the default configuration explanati | source_file | "demo.txt" | Template file name | | final_file | "result.txt" | Generated file name | | favorite_list | ["CCTV1","CCTV13"] | List of favorite channel names (used only to distinguish from regular channels, custom page retrieval quantity) | -| favorite_page_num | 6 | Page retrieval quantity for favorite channels | -| default_page_num | 4 | Page retrieval quantity for regular channels | -| urls_limit | 15 | Number of interfaces per channel | +| favorite_page_num | 3 | Page retrieval quantity for favorite channels | +| default_page_num | 2 | Page retrieval quantity for regular channels | +| urls_limit | 10 | Number of interfaces per channel | | response_time_weight | 0.5 | Response time weight value (the sum of all weight values should be 1) | | resolution_weight | 0.5 | Resolution weight value (the sum of all weight values should be 1) | | recent_days | 30 | Retrieve interfaces updated within a recent time range (in days), reducing appropriately can avoid matching issues | diff --git a/docs/tutorial.md b/docs/tutorial.md index 4bd1e5f723..91369bb86b 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -61,9 +61,9 @@ | source_file | "demo.txt" | 模板文件名称 | | final_file | "result.txt" | 生成文件名称 | | favorite_list | ["CCTV1","CCTV13"] | 关注频道名称列表(仅用于与常规频道区分,自定义获取分页数量) | -| favorite_page_num | 6 | 关注频道获取分页数量 | -| default_page_num | 4 | 常规频道获取分页数量 | -| urls_limit | 15 | 单个频道接口数量 | +| favorite_page_num | 3 | 关注频道获取分页数量 | +| default_page_num | 2 | 常规频道获取分页数量 | +| urls_limit | 10 | 单个频道接口数量 | | response_time_weight | 0.5 | 响应时间权重值(所有权重值总和应为 1) | | resolution_weight | 0.5 | 分辨率权重值 (所有权重值总和应为 1) | | recent_days | 30 | 获取最近时间范围内更新的接口(单位天),适当减小可避免出现匹配问题 |