From ea0df42063ea7814883a173eadde2913423e88ba Mon Sep 17 00:00:00 2001 From: Ying Date: Wed, 2 Aug 2023 18:16:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=82=AE?= =?UTF-8?q?=E7=AE=B1=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/conf/tpl/captcha.tpl | 46 +++++++++++++++++----------------- extend/conf/tpl/forgot.tpl | 47 +++++++++++++++++------------------ extend/conf/tpl/register.tpl | 48 ++++++++++++++++++------------------ 3 files changed, 70 insertions(+), 71 deletions(-) diff --git a/extend/conf/tpl/captcha.tpl b/extend/conf/tpl/captcha.tpl index e484bb5..1dbf952 100644 --- a/extend/conf/tpl/captcha.tpl +++ b/extend/conf/tpl/captcha.tpl @@ -1,25 +1,25 @@
- - - - - - - - - -
- {site_name}
-
-

- - 亲爱的用户: -

-

- 验证码为 {code}, 10分钟有效
- 如果不是您自己的操作,请忽略! -


-

{site_name} 官方团队

-

{time}

-
+ + + + + + + + + +
+ {site_name}
+
+

+ + 亲爱的用户: +

+

验证码为 {code}, 10分钟有效

+

如果您没有进行此操作,请忽略此邮件。

+

{site_name} 官方团队

+

{time}

+
\ No newline at end of file diff --git a/extend/conf/tpl/forgot.tpl b/extend/conf/tpl/forgot.tpl index 0241599..34edc5c 100644 --- a/extend/conf/tpl/forgot.tpl +++ b/extend/conf/tpl/forgot.tpl @@ -1,26 +1,25 @@
- - - - - - - - - -
- {site_name}
-
-

- - 亲爱的用户: -

-

- - 找回密码链接请点击:{url} 10分钟有效
- 如果您有什么疑问可以联系管理员,Email: {email}。 -


-

{site_name} 官方团队

-

{time}

-
+ + + + + + + + + +
+ {site_name}
+
+

+ + 亲爱的用户: +

+

找回密码链接请点击:{url} 10分钟有效

+

如果您有什么疑问可以联系管理员,Email: {email}。

+

{site_name} 官方团队

+

{time}

+
\ No newline at end of file diff --git a/extend/conf/tpl/register.tpl b/extend/conf/tpl/register.tpl index e137451..7b472c4 100644 --- a/extend/conf/tpl/register.tpl +++ b/extend/conf/tpl/register.tpl @@ -1,26 +1,26 @@
- - - - - - - - - -
- {site_name}
-
-

- - 亲爱的 {username}: -

-

- 感谢您加入{site_name}! 请您在发表言论时,遵守当地法律法规。
- 请点击链接激活:{url} 10分钟有效
- 如果您有什么疑问可以联系管理员,Email: {email}。 -


-

{site_name} 官方团队

-

{time}

-
+ + + + + + + + + +
+ {site_name}
+
+

+ + 亲爱的 {nickname}: +

+

感谢您加入{site_name}! 请您在发表言论时,遵守当地法律法规。

+

请点击链接激活:{url} 10分钟有效

+

如果您有什么疑问可以联系管理员,Email: {email}。

+

{site_name} 官方团队

+

{time}

+
\ No newline at end of file