feat: 完善代码,应该可以进行签到了,就差测试了
This commit is contained in:
23
templates/auth.html
Normal file
23
templates/auth.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-zinc-100">
|
||||
|
||||
<!-- App 容器 -->
|
||||
<div class="mx-auto max-w-md min-h-screen bg-white relative">
|
||||
|
||||
<!-- 主内容 -->
|
||||
<main class="pb-20">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user