增加pgx驱动,完善前端的代码,暂定supabase后端数据库

This commit is contained in:
2025-05-21 08:50:34 +08:00
parent 9f2fb09157
commit 66980958f5
13 changed files with 126 additions and 85 deletions

View File

@@ -116,8 +116,8 @@ button:hover {
</head>
<body>
<div class="container">
<h1>选择日期</h1>
<i>如果不选择日期的话,则自动获取今天的值班表</i><br></br>
<h1>选择日期</h1>
<i>不选择日期则自动获取今天的值班表</i><br></br>
<input type="date" id="calendar">
<button id="getAssignment">获取值班表</button>
<div id="response"></div>