feat(projects): finish page home

This commit is contained in:
Soybean
2024-01-25 01:12:33 +08:00
parent 62e4da053d
commit 7bd1e47af9
12 changed files with 8008 additions and 118 deletions

View File

@@ -186,6 +186,11 @@ const local: App.I18n.Schema = {
devDep: 'Development Dependency'
},
home: {
greeting: 'Good morning, {userName}, today is another day full of vitality!',
weatherDesc: 'Today is cloudy to clear, 20℃ - 25℃!',
projectCount: 'Project Count',
todo: 'Todo',
message: 'Message',
downloadCount: 'Download Count',
registerCount: 'Register Count',
schedule: 'Work and rest Schedule',
@@ -193,9 +198,19 @@ const local: App.I18n.Schema = {
work: 'Work',
rest: 'Rest',
entertainment: 'Entertainment',
visit: 'Visit Count',
amount: 'Amount',
trade: 'Trade Count'
visitCount: 'Visit Count',
turnover: 'Turnover',
dealCount: 'Deal Count',
projectNews: {
title: 'Project News',
moreNews: 'More News',
desc1: 'Soybean created the open source project soybean-admin on May 28, 2021!',
desc2: 'Yanbowe submitted a bug to soybean-admin, the multi-tab bar will not adapt.',
desc3: 'Soybean is ready to do sufficient preparation for the release of soybean-admin!',
desc4: 'Soybean is busy writing project documentation for soybean-admin!',
desc5: 'Soybean just wrote some of the workbench pages casually, and it was enough to see!'
},
creativity: 'Creativity'
}
},
form: {