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": "登錄",