调整前端

This commit is contained in:
2026-01-23 12:50:38 +08:00
parent 15b0fff86d
commit b032c621c8
4 changed files with 27 additions and 13 deletions

View File

@@ -88,7 +88,16 @@ public class ChartController {
item6.put("value", 270);
item6.put("status", "警告");
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
tableData.add(item6);
return tableData;
}
}

View File

@@ -13,7 +13,7 @@ import java.io.IOException;
import java.util.Date;
@RestController
@RequestMapping("/ocr")
@RequestMapping("api/ocr")
public class LoginCrawler {
private final LoginService loginService;

View File

@@ -9,7 +9,7 @@ import java.time.format.DateTimeFormatter;
public class BetSchedule {
// 从6:15分开始每隔5分钟投注一次6:15, 6:20, 6:25...23:25
@Scheduled(cron = "0 15/5 6-23 * * ?")
// @Scheduled(cron = "0 15/5 6-23 * * ?")
public void placeBet() {
LocalDateTime now = LocalDateTime.now();
int hour = now.getHour();