This commit is contained in:
2024-08-02 13:06:35 +08:00
parent 8fffd26473
commit 857e5261b4

View File

@@ -1,7 +1,7 @@
<?php <?php
return array ( return array (
'name' => '数智人医生', 'name' => '数智人管理后台',
'beian' => '', 'beian' => '',
'cdnurl' => '', 'cdnurl' => '',
'version' => '1.0.1', 'version' => '1.0.1',
@@ -28,12 +28,6 @@ return array (
'user' => 'User', 'user' => 'User',
'example' => 'Example', 'example' => 'Example',
), ),
'attachmentcategory' =>
array (
'category1' => 'Category1',
'category2' => 'Category2',
'custom' => 'Custom',
),
'mail_type' => '1', 'mail_type' => '1',
'mail_smtp_host' => 'smtp.qq.com', 'mail_smtp_host' => 'smtp.qq.com',
'mail_smtp_port' => '465', 'mail_smtp_port' => '465',
@@ -41,4 +35,10 @@ return array (
'mail_smtp_pass' => '', 'mail_smtp_pass' => '',
'mail_verify_type' => '2', 'mail_verify_type' => '2',
'mail_from' => '', 'mail_from' => '',
'attachmentcategory' =>
array (
'category1' => 'Category1',
'category2' => 'Category2',
'custom' => 'Custom',
),
); );