Commit Graph
4 Commits
Author SHA1 Message Date
developer-wlj 08df9c1424 Update hd4fans.py
fix 提示headers object has no attribute 'headers.items()'的错误
2023-07-26 10:51:34 +08:00
developer-wlj 54fa2198cf Update hd4fans.py 2023-07-25 17:28:36 +08:00
developer-wlj b55564badb fix 兽站签到bug
源代码中判断逻辑为
_repeat_text = '<span id="checkedin">[签到成功]</span>'
查看兽站网页源码应该为
_repeat_text = '<span id="checkedin" style="display: none;">[签到成功]</span>'
个人感觉 直接判断'签到成功'更为妥当
发现代码中已经定义 变量为_success_text
不知道原开发者为何这样写 所以说明一下
2023-07-25 13:05:34 +08:00
developer-wlj 2b884ace27 Update __init__.py
fix 微信群发问题
2023-07-21 22:14:52 +08:00