:bug:修复了一些功能

This commit is contained in:
hello-hao
2023-09-25 14:03:53 +08:00
parent fc53e4c8ac
commit 790fded8ca
4 changed files with 15 additions and 15 deletions
@@ -47,7 +47,7 @@ public class IndexController {
@RequestMapping(value = "/")
public String Welcome(Model model, HttpServletRequest httpServletRequest) {
model.addAttribute("name", "服务端程序(开源版)");
model.addAttribute("version", "20230918");
model.addAttribute("version", "20230925");
model.addAttribute("ip", GetIPS.getIpAddr(httpServletRequest));
model.addAttribute("links", "https://github.com/Hello-hao/tbed");
return "welcome";