更新文字

This commit is contained in:
扫地僧 2026-04-16 21:28:47 +08:00
parent 52d2279afd
commit ee39010d5e
4 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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'] ?? ''

View File

@ -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"> &nbsp;独角 数卡', 'logo' => '<img src="/vendor/dujiaoka-admin/images/logo.png" width="35"> &nbsp;云泽 数卡',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -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]'
], ],