gin路由中相应数据

This commit is contained in:
2025-11-23 17:04:51 +08:00
parent c314f705d0
commit 86b28ed215
4 changed files with 97 additions and 9 deletions

12
templates/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
</head>
<body>
<h2>我是一个新闻界面</h2>
</body>
</html>