From e4b5e96fd18abec2f05e17fb5e99a68c731f0025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD?= Date: Thu, 12 Mar 2026 11:17:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E9=A2=98=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=86=85=E8=81=94=E6=A0=B7=E5=BC=8F=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E5=8A=A0=E8=BD=BD=E9=97=AA=E7=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 给主题切换按钮添加 position:fixed;top:20px;right:20px 内联样式 - 解决 CSS 加载延迟导致按钮位置闪烁的问题 - welcome.html 不需要修改(按钮在导航栏内) --- templates/index.html | 2 +- templates/login.html | 2 +- templates/register.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4e4ac22..84f0c59 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,7 @@
- +
👋
diff --git a/templates/login.html b/templates/login.html index c9e7f53..8a003a0 100644 --- a/templates/login.html +++ b/templates/login.html @@ -8,7 +8,7 @@
- +
🔐
diff --git a/templates/register.html b/templates/register.html index 74dffcf..b41f59e 100644 --- a/templates/register.html +++ b/templates/register.html @@ -8,7 +8,7 @@
- +
📝