add summary card in home page

This commit is contained in:
MaysWind
2021-01-10 22:44:38 +08:00
parent 94af9be5e4
commit 3316b20ed5
3 changed files with 132 additions and 3 deletions
+37
View File
@@ -46,6 +46,42 @@ export default {
},
'Sunday': {
'short': 'Sun'
},
'January': {
'long': 'January'
},
'February': {
'long': 'February'
},
'March': {
'long': 'March'
},
'April': {
'long': 'April'
},
'May': {
'long': 'May'
},
'June': {
'long': 'June'
},
'July': {
'long': 'July'
},
'August': {
'long': 'August'
},
'September': {
'long': 'September'
},
'October': {
'long': 'October'
},
'November': {
'long': 'November'
},
'December': {
'long': 'December'
}
},
'currency': {
@@ -503,6 +539,7 @@ export default {
'This Week': 'This Week',
'This Month': 'This Month',
'This Year': 'This Year',
'Income of this month': 'Income of this month',
'Unable to get transaction overview': 'Unable to get transaction overview',
'Net assets': 'Net assets',
'Total assets': 'Total assets',
+37
View File
@@ -46,6 +46,42 @@ export default {
},
'Sunday': {
'short': '周日'
},
'January': {
'long': '1月'
},
'February': {
'long': '2月'
},
'March': {
'long': '3月'
},
'April': {
'long': '4月'
},
'May': {
'long': '5月'
},
'June': {
'long': '6月'
},
'July': {
'long': '7月'
},
'August': {
'long': '8月'
},
'September': {
'long': '9月'
},
'October': {
'long': '10月'
},
'November': {
'long': '11月'
},
'December': {
'long': '12月'
}
},
'currency': {
@@ -503,6 +539,7 @@ export default {
'This Week': '本周',
'This Month': '本月',
'This Year': '今年',
'Income of this month': '当月收入',
'Unable to get transaction overview': '无法获取交易概要',
'Net assets': '净资产',
'Total assets': '总资产',