From 8e628e23cc0aa85f86a760a220c72008ba254336 Mon Sep 17 00:00:00 2001 From: kpt <2817151932@qq.com> Date: Tue, 2 Jul 2024 16:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20user=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/user/templates/login.html | 0 views/user/templates/login_base.html | 0 views/user/templates/register.html | 0 views/user/user.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 views/user/templates/login.html create mode 100644 views/user/templates/login_base.html create mode 100644 views/user/templates/register.html create mode 100644 views/user/user.py diff --git a/views/user/templates/login.html b/views/user/templates/login.html new file mode 100644 index 0000000..e69de29 diff --git a/views/user/templates/login_base.html b/views/user/templates/login_base.html new file mode 100644 index 0000000..e69de29 diff --git a/views/user/templates/register.html b/views/user/templates/register.html new file mode 100644 index 0000000..e69de29 diff --git a/views/user/user.py b/views/user/user.py new file mode 100644 index 0000000..e69de29