feat: 添加持仓数据类型和组件,支持持仓信息的展示与刷新功能

This commit is contained in:
2026-01-08 00:36:15 +07:00
parent babd307b60
commit 6a0077b14c
4 changed files with 150 additions and 3 deletions

View File

@@ -304,6 +304,22 @@
},
"loadMore": "Load More"
},
"holdings": {
"title": "My Holdings",
"empty": "No holdings yet",
"nameCode": "Name/Code",
"quantity": "Quantity",
"totalValue": "Total Value",
"purchaseDate": "Purchase Date",
"status": {
"active": "Active",
"tokenized": "Tokenized",
"locked": "Locked"
},
"units": {
"shares": "shares"
}
},
"market": {
"title": "Market",
"search": {