😥修改bug,尝试订阅更新功能

This commit is contained in:
2024-07-03 10:14:43 +08:00
parent cdac25869c
commit 204cf1ed88
15 changed files with 156 additions and 357 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# 忽略 IDE 配置文件
.idea/
.vscode/
# 忽略 __pycache__ 文件夹
**/__pycache__/
# 忽略 Jupyter Notebook 文件
*.ipynb