From 4db7a11624954f68073233cd76b59c45c17fb6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 7 Aug 2026 15:33:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E6=94=B9=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8D=A1=E7=89=87=E6=A0=87=E9=A2=98=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将密码重置页面账户信息卡片的标题从“WebSoft 账户信息”改为“账户信息” - 将注册成功页面账户信息卡片的标题从“WebSoft 账户信息”改为“账户信息” --- src/main/resources/templates/password-reset.html | 2 +- src/main/resources/templates/register-success.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/password-reset.html b/src/main/resources/templates/password-reset.html index a83d743..5db39a9 100644 --- a/src/main/resources/templates/password-reset.html +++ b/src/main/resources/templates/password-reset.html @@ -217,7 +217,7 @@
-
WebSoft 账户信息
+
账户信息
diff --git a/src/main/resources/templates/register-success.html b/src/main/resources/templates/register-success.html index 448b62d..16525c4 100644 --- a/src/main/resources/templates/register-success.html +++ b/src/main/resources/templates/register-success.html @@ -223,7 +223,7 @@
-
WebSoft 账户信息
+
账户信息