From 02c9197d0681449f729fdc2fed3059dac88c9416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Tue, 2 Jul 2024 16:20:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90UI=E6=A8=A1=E6=9D=BF=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D.md=E3=80=91=E7=BB=99=E5=87=BA=E4=BA=86UI=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=BA=90=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Datum_UImodel/UI模板介绍.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Datum_UImodel/UI模板介绍.md diff --git a/Datum_UImodel/UI模板介绍.md b/Datum_UImodel/UI模板介绍.md new file mode 100644 index 0000000..16aad90 --- /dev/null +++ b/Datum_UImodel/UI模板介绍.md @@ -0,0 +1,4 @@ +https://iqonic.design/product/admin-templates/datum-crm-admin-deshboard-template/ + + +项目中的大部分UI元素使用该模板搭建 \ No newline at end of file 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 2/2] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=20user=20?= =?UTF-8?q?=E6=A8=A1=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