feat(Workplace): Add wrokplace demo
feat(Component): Add Highlight component feat(hooks): Add useTimeAgo hook
This commit is contained in:
@@ -71,7 +71,8 @@ export default {
|
||||
menu12: 'Menu1-2',
|
||||
menu2: 'Menu2',
|
||||
dashboard: 'Dashboard',
|
||||
analysis: 'Analysis'
|
||||
analysis: 'Analysis',
|
||||
workplace: 'Workplace'
|
||||
},
|
||||
analysis: {
|
||||
newUser: 'New user',
|
||||
@@ -109,6 +110,28 @@ export default {
|
||||
saturday: 'Saturday',
|
||||
sunday: 'Sunday'
|
||||
},
|
||||
workplace: {
|
||||
goodMorning: 'Good morning',
|
||||
happyDay: 'Wish you happy every day!',
|
||||
toady: `It's sunny today`,
|
||||
project: 'Project',
|
||||
access: 'Project access',
|
||||
toDo: 'To do',
|
||||
introduction: 'A serious introduction',
|
||||
more: 'More',
|
||||
shortcutOperation: 'Shortcut operation',
|
||||
operation: 'Operation',
|
||||
index: 'Index',
|
||||
personal: 'Personal',
|
||||
team: 'Team',
|
||||
quote: 'Quote',
|
||||
contribution: 'Contribution',
|
||||
hot: 'Hot',
|
||||
yield: 'Yield',
|
||||
dynamic: 'Dynamic',
|
||||
push: 'push',
|
||||
pushCode: 'Archer push code to GitHub'
|
||||
},
|
||||
formDemo: {
|
||||
input: 'Input',
|
||||
inputNumber: 'InputNumber',
|
||||
|
||||
Reference in New Issue
Block a user