feat: 添加文件上传组件,更新表单字段,优化描述输入逻辑

This commit is contained in:
2025-12-21 19:22:17 +07:00
parent e29f687520
commit b065dca018
8 changed files with 367 additions and 28 deletions

View File

@@ -147,6 +147,7 @@
"enterProductValue": "请输入产品估值(美元)",
"assetProof": "资产证明",
"enterAssetProof": "请输入资产证明",
"uploadAssetProof": "上传资产证明文件",
"totalSupplyLimit": "总发行量上限",
"enterTotalSupplyLimit": "请输入总发行量上限",
"editionName": "发行期名称",
@@ -163,6 +164,8 @@
"enterUnitPrice": "请输入单价",
"dividendRate": "分红率",
"enterDividendRate": "分红率(如0.01代表1%)",
"description": "产品描述",
"enterDescription": "请输入产品描述",
"issuePeriodIndex": "发行期 {index}",
"realEstate": "房地产",
"snickers": "糖果",
@@ -274,10 +277,12 @@
"chat": "聊天",
"user": "我的"
},
"common": {
"failedSendCode": "发送验证码失败",
"uploadFile": "上传文件",
"files": "个文件"
},
"auth": {
"common": {
"failedSendCode": "发送验证码失败"
},
"login": {
"title": "登录",
"loginButton": "登录",