调整天使动漫签到时间

修复大头菜不记录上周趋势的BUG
调整汇报大头菜结果时加入网页地址
This commit is contained in:
2021-12-26 09:08:54 +08:00
parent e0751972a3
commit 66ae1c4e8b
2 changed files with 41 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ public class Tsdm extends Model {
@Override
public void onTime(String time) {
super.onTime(time);
if ("08:00:00".equals(time)) {
if ("08:05:00".equals(time)) {
Log.i("开始天使动漫签到");
try {
tsdmSign();