feat: 更新发行申请表单,添加订阅开始和结束时间字段,优化日期验证逻辑

This commit is contained in:
2025-12-21 03:42:45 +07:00
parent fcaf7db923
commit 101554ef5e
9 changed files with 175 additions and 97 deletions

View File

@@ -151,14 +151,16 @@
"enterTotalSupplyLimit": "Please enter total supply limit",
"editionName": "Edition Name",
"enterEditionName": "Please enter edition name",
"launchDate": "Launch Date",
"enterLaunchDate": "Please enter launch date",
"launchDate": "Warm-up Time",
"enterLaunchDate": "Please enter warm-up time",
"perUserLimit": "Per User Limit",
"enterPerUserLimit": "Please enter per user limit",
"totalSupply": "Total Supply",
"enterTotalSupply": "Please enter total supply",
"subscriptionDeadline": "Subscription Deadline",
"enterSubscriptionDeadline": "Please enter subscription deadline",
"subscriptionStartDate": "Subscription Start Date",
"subscriptionEndDate": "Subscription End Date",
"unitPrice": "Unit Price",
"enterUnitPrice": "Please enter unit price",
"dividendRate": "Dividend Rate",
@@ -176,8 +178,14 @@
"codeRequired": "Code is required",
"categoryRequired": "Type is required",
"editionNameRequired": "Edition name is required",
"launchDateRequired": "Launch date is required",
"launchDateNotPast": "Launch date cannot be earlier than current date",
"launchDateRequired": "Warm-up time is required",
"launchDateNotPast": "Warm-up time cannot be earlier than current date",
"launchBeforeSubscription": "Warm-up time must be before subscription start date",
"subscriptionStartDateRequired": "Subscription start date is required",
"subscriptionStartDateNotPast": "Subscription start date cannot be earlier than current date",
"subscriptionAfterLaunch": "Subscription start date must be after warm-up time",
"subscriptionEndDateRequired": "Subscription end date is required",
"subscriptionEndAfterStart": "Subscription end date must be after subscription start date",
"perUserLimitRequired": "Per user limit is required",
"totalSupplyRequired": "Total supply is required",
"subscriptionDeadlineRequired": "Subscription deadline is required",
@@ -239,7 +247,7 @@
"unitPrice": "Unit Price",
"totalSupply": "Total Supply",
"perUserLimit": "Per User Limit",
"launchDate": "Launch Date",
"launchDate": "Warm-up Time",
"subscriptionDeadline": "Subscription Deadline"
},
"units": {