release: prepare J-Board Lite 3.1.1

This commit is contained in:
JetSprow
2026-04-30 20:10:49 +10:00
parent 9d99590338
commit db574ba473
47 changed files with 875 additions and 348 deletions

View File

@@ -89,7 +89,7 @@ export function renderRegistrationEmail(siteName: string, actionUrl: string) {
return renderActionEmail({
siteName,
title: "验证你的邮箱",
intro: "欢迎来到 J-Board。点击下方按钮完成邮箱验证验证后即可使用你的账户。",
intro: "欢迎来到 J-Board Lite。点击下方按钮完成邮箱验证,验证后即可使用你的账户。",
actionLabel: "完成邮箱验证",
actionUrl,
note: "链接 30 分钟内有效。为了账户安全,请不要转发这封邮件。",
@@ -111,7 +111,7 @@ export function renderEmailChangeEmail(siteName: string, actionUrl: string) {
return renderActionEmail({
siteName,
title: "确认新的登录邮箱",
intro: "你正在把 J-Board 账户绑定到这个邮箱。点击下方按钮确认变更。",
intro: "你正在把 J-Board Lite 账户绑定到这个邮箱。点击下方按钮确认变更。",
actionLabel: "确认邮箱变更",
actionUrl,
note: "链接 30 分钟内有效。确认后,新邮箱会成为你的登录邮箱。",
@@ -122,8 +122,8 @@ export function renderSmtpTestEmail(siteName: string) {
return renderActionEmail({
siteName,
title: "SMTP 测试邮件",
intro: "这是一封来自 J-Board 的测试邮件。收到它说明当前 SMTP 配置可以正常发信。",
actionLabel: "返回 J-Board",
intro: "这是一封来自 J-Board Lite 的测试邮件。收到它说明当前 SMTP 配置可以正常发信。",
actionLabel: "返回 J-Board Lite",
actionUrl: "https://github.com/JetSprow/J-Board",
note: "你可以回到后台继续配置邮箱验证、密码找回和账户邮箱变更流程。",
closing: "测试完成后,无需回复这封邮件。",