feat(mail): 接入邮件服务并简化管理后台

- 新增 nodemailer 依赖及 SMTP 邮件发送模块
- 替换 magic link 控制台日志为真实邮件发送
- 移除仪表盘页面,管理后台默认跳转至文件管理
- 精简侧边栏导航,移除用户管理与设置入口
- 移除登录页姓名字段,品牌更名为“鼎兴”
- 关闭 biome 自动组织导入
This commit is contained in:
asgerzhou
2026-07-27 20:18:33 +08:00
parent 57628c04d6
commit 6a3db4e620
14 changed files with 139 additions and 671 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"assist": {
"actions": {
"source": {
"organizeImports": "on"
"organizeImports": "off"
}
}
}