From 739ca15cba99d1e27e872749356fb9c22a77728e Mon Sep 17 00:00:00 2001 From: lkddi Date: Fri, 27 Feb 2026 09:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=80=A7=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=85=A8=E7=AB=99=20SMTP=20=E9=82=AE=E4=BB=B6=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E5=BC=80=E5=85=B3=EF=BC=88smtp=5Fenabled=EF=BC=89?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=A0=B9=E6=8D=AE=E6=AD=A4=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E5=9C=A8=E7=99=BB=E5=BD=95=E9=A6=96=E9=A1=B5=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA=E9=82=AE=E7=AE=B1=E6=89=BE?= =?UTF-8?q?=E5=9B=9E=E5=AF=86=E7=A0=81=E7=9A=84=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/smtp/edit.blade.php | 27 +++++++++++++++++++++-- resources/views/index.blade.php | 10 ++++++++- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/resources/views/admin/smtp/edit.blade.php b/resources/views/admin/smtp/edit.blade.php index 21d5d24..e84503b 100644 --- a/resources/views/admin/smtp/edit.blade.php +++ b/resources/views/admin/smtp/edit.blade.php @@ -28,7 +28,29 @@ @csrf @method('PUT') -
+
+ +
+
+

全站邮件业务总开关 [smtp_enabled]

+

控制前台是否开启“通过邮箱找回密码”等依赖邮件系统的入口功能。

+
+ +
+ + +
+
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index c2588ec..228e04e 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -363,7 +363,15 @@
- +
{{-- 右侧:房间列表 --}}