新增KV数据库存储附件

This commit is contained in:
eoao
2025-10-21 20:45:20 +08:00
parent dad4a22356
commit fdf9e95d67
18 changed files with 213 additions and 73 deletions

View File

@@ -63,6 +63,7 @@ const en = {
publicTokenFail: 'Token validation failed',
notAdmin: 'The entered email is not an administrator email',
emailExistDatabase: 'Email already exists in the database',
notConfigOss: 'Object storage not configured',
perms: {
"邮件": "Email",
"邮件发送": "Send Email",

View File

@@ -63,6 +63,7 @@ const zh = {
publicTokenFail: 'token验证失败',
notAdmin: '输入的邮箱不是管理员邮箱',
emailExistDatabase: '有邮箱已存在数据库中',
notConfigOss: '对象存储未配置',
perms: {
"邮件": "邮件",
"邮件发送": "邮件发送",