dev_该合并了 #8

Merged
yutou merged 83 commits from dev_ into master 2024-01-17 17:23:44 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 00816083b9 - Show all commits

View File

@ -6,7 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class QQBotApplication {
public static final String version="QQBot v.1.5.1";
public static final String version="QQBot v.1.5.2";
public static void main(String[] args) {
System.out.println("version = " + version);
SpringApplication.run(QQBotApplication.class, args);

View File

@ -41,7 +41,7 @@ public class Moyu extends Model {
@Override
public synchronized void onTime(Long qq, String time) {
super.onTime(qq, time);
if ("07:00:00".equals(time)) {
if ("09:50:00".equals(time)) {
downloadImage(false, qq);
}
if ("10:00:00".equals(time)) {