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

@@ -1,15 +1,20 @@
import {
booleanAppSettingLabels,
announcementAudienceLabels,
announcementDisplayTypeLabels,
getBooleanAppSettingLabel,
getPaymentProviderLabel,
getTaskKindLabel,
getUserRoleLabel,
nodeStatusLabels,
orderReviewStatusLabels,
orderStatusLabels,
paymentChannelLabels,
paymentProviderLabels,
subscriptionStatusLabels,
subscriptionTypeLabels,
taskKindLabels,
taskStatusLabels,
userStatusLabels,
} from "@/lib/domain-labels";
@@ -133,13 +138,31 @@ const auditTargetTypeLabels: Record<string, string> = {
const tokenLabels: Record<string, string> = {
...booleanAppSettingLabels,
...announcementAudienceLabels,
...announcementDisplayTypeLabels,
...nodeStatusLabels,
...orderReviewStatusLabels,
...orderStatusLabels,
...paymentChannelLabels,
...paymentProviderLabels,
...subscriptionStatusLabels,
...subscriptionTypeLabels,
...taskKindLabels,
...taskStatusLabels,
...userStatusLabels,
allowTrafficTopup: "允许增流量",
durationDays: "有效期天数",
emailVerificationRequired: "注册邮箱验证",
fixedPrice: "固定价格",
fixedTrafficGb: "固定流量",
inviteRewardRate: "邀请返利比例",
maxTrafficGb: "最大流量",
minTrafficGb: "最小流量",
pricePerGb: "每 GB 价格",
requireInviteCode: "邀请码注册",
totalTrafficGb: "总流量池",
valueGb: "流量值",
valueGB: "流量值",
};
function escapeRegExp(value: string) {