sansan hace 9 meses
padre
commit
789a7890cc
Se han modificado 4 ficheros con 963 adiciones y 1331 borrados
  1. 0 1
      config/config.yaml
  2. 956 1328
      main.py
  3. 6 1
      readme.md
  4. 1 1
      version

+ 0 - 1
config/config.yaml

@@ -1,5 +1,4 @@
 app:
-  version: "2.0.1"
   version_check_url: "https://raw.githubusercontent.com/sansan0/TrendRadar/refs/heads/master/version"
   show_version_update: true # 控制显示版本更新提示,改成 false 将不接受新版本提示
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 956 - 1328
main.py


+ 6 - 1
readme.md

@@ -7,7 +7,7 @@
 [![GitHub Stars](https://img.shields.io/github/stars/sansan0/TrendRadar?style=flat-square&logo=github&color=yellow)](https://github.com/sansan0/TrendRadar/stargazers)
 [![GitHub Forks](https://img.shields.io/github/forks/sansan0/TrendRadar?style=flat-square&logo=github&color=blue)](https://github.com/sansan0/TrendRadar/network/members)
 [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE)
-[![Version](https://img.shields.io/badge/version-v2.0.1-green.svg?style=flat-square)](https://github.com/sansan0/TrendRadar)
+[![Version](https://img.shields.io/badge/version-v2.0.2-green.svg?style=flat-square)](https://github.com/sansan0/TrendRadar)
 
 [![企业微信通知](https://img.shields.io/badge/企业微信-通知支持-00D4AA?style=flat-square)](https://work.weixin.qq.com/)
 [![Telegram通知](https://img.shields.io/badge/Telegram-通知支持-00D4AA?style=flat-square)](https://telegram.org/)
@@ -102,6 +102,11 @@ GitHub 一键 Fork 即可使用,无需编程基础。
 - **小版本更新**:直接在 GitHub 网页编辑器中,用本项目的 `main.py` 代码替换你 fork 仓库中的对应文件 
 - **大版本升级**:从 v1.x 升级到 v2.0 建议删除现有 fork 后重新 fork,这样更省力且避免配置冲突
 
+### 2025/07/28 - v2.0.2
+
+- 重构代码
+- 解决版本号容易被遗漏修改的问题
+
 ### 2025/07/27 - v2.0.1
 
 **修复问题**: 

+ 1 - 1
version

@@ -1 +1 @@
-2.0.1
+2.0.2

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio