feat: user setting

This commit is contained in:
Tristan Yang
2024-11-07 12:32:26 +08:00
parent b9026ad89a
commit 732202f68f
8 changed files with 86 additions and 10 deletions
+5 -3
View File
@@ -61,11 +61,13 @@
"everyone": "Everyone",
"invite": "Invitation Link Only"
},
"server_msg_notify": {
"user_msg_notify": {
"title": "New Message Notification Through Email",
"desc": "you can control new message if send through email."
},
"server_msg_notify": {
"title": "New Message Notification Through Email (Server)",
"desc": "users can control new message if send through email, SMTP enabled first.",
"enable": "On",
"disable": "Off",
"delay_5_min": "Every 5 mins",
"delay_15_min": "Every 15 mins",
"delay_1_hour": "Every 1 hour",
+5 -1
View File
@@ -58,8 +58,12 @@
"everyone": "每个人",
"invite": "邀请链接"
},
"server_msg_notify": {
"user_msg_notify": {
"title": "邮件通知新消息",
"desc": "是否允许当前账号通过邮件接收新消息"
},
"server_msg_notify": {
"title": "邮件通知新消息 (服务器)",
"desc": "用户可以自定义是否通过邮件通知新消息,前提:SMTP 已配置并开启",
"enable": "开启",
"disable": "关闭",