mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
完善了值班表模板,现在基本上是可以最基本的使用了,另外增加了Makefile,可以一键构建,和部署
This commit is contained in:
@@ -1,11 +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" align=center></div>
|
||||
<div align=center>
|
||||
<button hx-get="/api/getAssignment" align=center hx-swap="outerHTML"> 点我!</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="/htmx.min.js"></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user