新增模块名字

新番列表模块支持其他群了
定时器支持多个群了
This commit is contained in:
2022-04-08 15:39:59 +08:00
parent 5adb68b2ad
commit d35b1bdc42
26 changed files with 144 additions and 20 deletions

View File

@@ -54,6 +54,11 @@ public class TurnipProphet extends Model {
};
}
@Override
public String getModelName() {
return "大头菜";
}
Long user, sendQQ;
@Override
@@ -270,8 +275,8 @@ public class TurnipProphet extends Model {
}
@Override
public void onTime(String time) {
super.onTime(time);
public void onTime(Long qq,String time) {
super.onTime(qq,time);
nowTime = Integer.parseInt(time.split(":")[0]);
}