关掉番剧推送
This commit is contained in:
parent
301dc63624
commit
71e18e03b9
@ -12,7 +12,7 @@ import org.springframework.context.annotation.Import;
|
||||
@Import(BTDownloadManager.class)
|
||||
@SpringBootApplication
|
||||
public class NasApplication {
|
||||
public static final String version="1.2.7";
|
||||
public static final String version="1.2.8";
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(NasApplication.class, args);
|
||||
AppData.defaultMusicPath = (String) ConfigTools.load(ConfigTools.CONFIG, "musicDir");
|
||||
|
@ -62,12 +62,6 @@ public class ApplicationInit implements ApplicationRunner {
|
||||
case "01:00":
|
||||
DepotManager.scan();
|
||||
break;
|
||||
case "08:00":
|
||||
case "20:00":
|
||||
QQBotManager.getInstance().reportToDayBangumi();
|
||||
break;
|
||||
case "23:59":
|
||||
break;
|
||||
|
||||
}
|
||||
switch (time) {
|
||||
|
Loading…
Reference in New Issue
Block a user