增加admin相关页面

This commit is contained in:
张超
2025-06-09 17:59:19 +08:00
parent c273584189
commit 7913a2b381
19 changed files with 345 additions and 532 deletions

14
web/admin/index.tmpl Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>{{.Title}}</title>
</head>
<body>
<h1>{{.Title}}</h1>
<nav>
<a href="/admin/themes">主题管理</a>
<a href="/admin/setinfo">个人信息</a>
</nav>
<p>欢迎登录后台管理系统!</p>
</body>
</html>