feat: 添加管理员邮箱并替换CDN为本地bootstrap文件
添加ADMIN_EMAIL配置用于发送审核通知邮件 将所有页面引用的bootstrap CDN替换为本地/js/bootstrap.bundle.js
This commit is contained in:
@@ -8,6 +8,9 @@ define('DB_PASSWORD', 'caocao123');
|
||||
// App Store 名称
|
||||
define('APP_STORE_NAME', 'LeonAPP');
|
||||
|
||||
// 管理员邮箱
|
||||
define('ADMIN_EMAIL', 'leonmmcoset@outlook.com');
|
||||
|
||||
// SMTP邮件配置
|
||||
define('SMTP_HOST', 'smtp.163.com');
|
||||
define('SMTP_PORT', 25); // 163邮箱推荐使用587端口
|
||||
|
||||
Reference in New Issue
Block a user