初步搭建值班表显示前端

This commit is contained in:
2024-12-29 11:06:38 +08:00
parent 3b6f97f267
commit ad4f7b168d
4 changed files with 22 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
<html>
<head>
<script src="htmx.min.js"></script>
</head>
<body>
<div>
<h1 align=center>今日值班表</h1>
<div id="table" hx-get="/api/getAssignment" hx-target="table" hx-swap="innerHTML"></div>
</div>
</body>
</html>

1
FrontEnd/htmx.min.js vendored Normal file

File diff suppressed because one or more lines are too long