2026-01-17

1.优化工具类
This commit is contained in:
2026-01-17 12:29:47 +08:00
parent 1f8a288f1e
commit 7050446b7a
2 changed files with 139 additions and 229 deletions
@@ -10,4 +10,9 @@ public class ToolController {
public String JiSuanQi(){
return "tools/JiSuanQi/JiSuanQi.html";
}
@RequestMapping("/")
public String index(){
return "index.html";
}
}