diff --git a/CHANGELOG.md b/CHANGELOG.md index 65679832e4..82559f0cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 新增分辨率过滤功能(相关配置:open_filter_resolution,min_resolution) - 新增显示更新时间(相关配置:open_update_time) - 优化测速效率(#359) +- 优化权重值选择交互 - 调整默认模板,增加默认订阅源 - 移除央视台球部分错误组播地址 - 更新使用教程 @@ -18,6 +19,7 @@ - Add resolution filtering feature (related configurations: open_filter_resolution, min_resolution) - Add display of update time (related configuration: open_update_time) - Optimize speed testing efficiency (#359) +- Optimize weight value selection interaction - Adjust the default template and add default subscription sources - Remove the incorrect multicast addresses for the CCTV Snooker section - Update usage guide diff --git a/README.md b/README.md index f1e2d73e96..a9938bd026 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ pipenv run build pipenv run ui ``` -![更新工具软件](./docs/images/ui.png '更新工具软件') +更新工具软件 ### 方式四:Docker 更新 @@ -146,4 +146,5 @@ docker run -d -p 8000:8000 guovern/tv-requests 或 tv-driver ## 赞赏 -![image](./static/images/appreciate.jpg) +
如果对您有帮助,请赞赏,您的赞赏是我更新的动力~
+赞赏码 diff --git a/README_en.md b/README_en.md index 13b9475d58..1a72893254 100644 --- a/README_en.md +++ b/README_en.md @@ -100,7 +100,7 @@ pipenv run build pipenv run ui ``` -![Update tool software](./docs/images/ui.png 'Update tool software') +Update tool software ### Method 4: Docker Update @@ -146,4 +146,5 @@ For example: docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker ## Appreciate -![image](./static/images/appreciate.jpg) +
If you find it helpful, please give a tip, your support is my motivation to update~
+appreciate code diff --git a/docs/images/ui.png b/docs/images/ui.png index 26608a77f8..c42ec41290 100644 Binary files a/docs/images/ui.png and b/docs/images/ui.png differ