新增公告弹窗和无人收件开关

This commit is contained in:
eoao
2025-08-03 21:03:54 +08:00
parent 3a40cfc63b
commit 658c1776d5
43 changed files with 857 additions and 474 deletions

View File

@@ -36,6 +36,7 @@ const zh = {
totalMailboxes: '邮箱数量',
totalUsers: '用户数量',
deleted: '删除',
selectDeleted: '已删除',
active: '正常',
emailSource: '邮件来源',
userGrowth: '用户增长',
@@ -91,7 +92,7 @@ const zh = {
order: '排序',
default: '默认',
description: '描述',
removeBody: '移除正文',
removeContent: '移除正文',
removeAll: '丢弃邮件',
expand: '展开',
collapse: '收起',
@@ -141,7 +142,7 @@ const zh = {
loginBoxOpacity: '登录透明',
loginBackground: '登录背景',
emailSetting: '邮件设置',
receiveEmails: '邮件接收',
receiveEmail: '邮件接收',
autoRefresh: '自动刷新',
autoRefreshDesc: '轮询请求服务器获取最新邮件',
sendEmail: '邮件发送',
@@ -164,7 +165,7 @@ const zh = {
community: '交流',
changeTitle: '修改标题',
addResendTokenDesc: '输入内容添加,不填则删除',
addOsDomain: '添加访问域名',
addOsDomain: '添加域名',
domainDesc: '域名',
addTurnstileSecret: '添加 Turnstile 密钥',
backgroundTitle: '设置背景',
@@ -204,7 +205,7 @@ const zh = {
addSuccessMsg: '添加成功',
delConfirm: '确认删除{msg}吗?',
emptyRoleNameMsg: '身份名不能为空',
changSuccessMsg: '修改成功',
saveSuccessMsg: '保存成功',
changeRoleTitle: '修改身份',
addRoleTitle: '添加身份',
emptyUserNameMsg: '用户名不能为空',
@@ -249,7 +250,7 @@ const zh = {
supportDesc: '请我喝杯奶茶',
featDesc: '功能说明',
emailInterception: '邮件拦截',
emailInterceptionDesc: '拦截邮件, 要拦截整个域名输入 *example.com, 可用于禁止用户接收某些网站的邮件',
emailInterceptionDesc: '输入邮箱或域名拦截邮件,可用于禁止用户接收某些网站的邮件',
availableDomains: '可用域名',
availableDomainsDesc: '限制用户只能使用指定的域名邮箱,不在配置名单内的域名会被禁止使用注册添加邮箱,接收发送邮件等功能,留空默认允许可用所有域名',
backgroundUrlDesc: '在线图片链接',
@@ -260,5 +261,24 @@ const zh = {
rulesVerify: '规则',
rulesVerifyTitle: 'IP 每天使用 {count} 次后触发',
botVerifyMsg: '请完成人机验证',
noticeTitle: '网站公告',
noticePopup: '登录弹窗',
icon: '图标',
position: '位置',
offset: '偏移距离',
duration: '显示时长',
topRight: '右上',
topLeft: '左上',
bottomRight: '右下',
bottomLeft: '左下',
width: '宽度',
titleDesc: '标题',
noticeContentDesc: '公告内容支持HTML',
verifyModuleFailed: '人机验证模块加载失败,请刷新页面',
popUp: '弹出',
noRecipientTitle: '无人收件',
noRecipientDesc: '即使没有注册的邮箱也能收到邮件',
preview: '预览'
}
export default zh