From 857e5261b4b3f942baab905725e8800e01acddbf Mon Sep 17 00:00:00 2001 From: wh <382379437@qq.com> Date: Fri, 2 Aug 2024 13:06:35 +0800 Subject: [PATCH] fixed --- digital_doctor_admin/application/extra/site.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/digital_doctor_admin/application/extra/site.php b/digital_doctor_admin/application/extra/site.php index c248888..0199bb2 100644 --- a/digital_doctor_admin/application/extra/site.php +++ b/digital_doctor_admin/application/extra/site.php @@ -1,7 +1,7 @@ '数智人医生', + 'name' => '数智人管理后台', 'beian' => '', 'cdnurl' => '', 'version' => '1.0.1', @@ -28,12 +28,6 @@ return array ( 'user' => 'User', 'example' => 'Example', ), - 'attachmentcategory' => - array ( - 'category1' => 'Category1', - 'category2' => 'Category2', - 'custom' => 'Custom', - ), 'mail_type' => '1', 'mail_smtp_host' => 'smtp.qq.com', 'mail_smtp_port' => '465', @@ -41,4 +35,10 @@ return array ( 'mail_smtp_pass' => '', 'mail_verify_type' => '2', 'mail_from' => '', + 'attachmentcategory' => + array ( + 'category1' => 'Category1', + 'category2' => 'Category2', + 'custom' => 'Custom', + ), );