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',