更新文字
This commit is contained in:
parent
52d2279afd
commit
ee39010d5e
@ -37,7 +37,7 @@ class EmailTest extends Form
|
|||||||
'username' => $sysConfig['username'] ?? '',
|
'username' => $sysConfig['username'] ?? '',
|
||||||
'from' => [
|
'from' => [
|
||||||
'address' => $sysConfig['from_address'] ?? '',
|
'address' => $sysConfig['from_address'] ?? '',
|
||||||
'name' => $sysConfig['from_name'] ?? '独角发卡'
|
'name' => $sysConfig['from_name'] ?? '云泽发卡'
|
||||||
],
|
],
|
||||||
'password' => $sysConfig['password'] ?? '',
|
'password' => $sysConfig['password'] ?? '',
|
||||||
'encryption' => $sysConfig['encryption'] ?? 'ssl'
|
'encryption' => $sysConfig['encryption'] ?? 'ssl'
|
||||||
|
|||||||
@ -65,7 +65,7 @@ class MailSend implements ShouldQueue
|
|||||||
'username' => $sysConfig['username'] ?? '',
|
'username' => $sysConfig['username'] ?? '',
|
||||||
'from' => [
|
'from' => [
|
||||||
'address' => $sysConfig['from_address'] ?? '',
|
'address' => $sysConfig['from_address'] ?? '',
|
||||||
'name' => $sysConfig['from_name'] ?? '独角发卡'
|
'name' => $sysConfig['from_name'] ?? '云泽发卡'
|
||||||
],
|
],
|
||||||
'password' => $sysConfig['password'] ?? '',
|
'password' => $sysConfig['password'] ?? '',
|
||||||
'encryption' => $sysConfig['encryption'] ?? ''
|
'encryption' => $sysConfig['encryption'] ?? ''
|
||||||
|
|||||||
@ -22,7 +22,7 @@ return [
|
|||||||
| `img` tag, eg '<img src="http://logo-url" alt="Admin logo">'.
|
| `img` tag, eg '<img src="http://logo-url" alt="Admin logo">'.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'logo' => '<img src="/vendor/dujiaoka-admin/images/logo.png" width="35"> 独角 数卡',
|
'logo' => '<img src="/vendor/dujiaoka-admin/images/logo.png" width="35"> 云泽 数卡',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
@ -11,7 +11,7 @@ return [
|
|||||||
'dujiaoka_version' => '2.0.6',
|
'dujiaoka_version' => '2.0.6',
|
||||||
// 模板集合
|
// 模板集合
|
||||||
'templates' => [
|
'templates' => [
|
||||||
'unicorn' => '官方[unicorn-独角兽]',
|
'unicorn' => '官方[unicorn-云泽兽]',
|
||||||
'luna' => 'Luna[Julyssn]',
|
'luna' => 'Luna[Julyssn]',
|
||||||
'hyper' => 'hyper[Bimoe]'
|
'hyper' => 'hyper[Bimoe]'
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user