feat: Add highlight demo

This commit is contained in:
陈凯龙
2022-01-27 10:10:25 +08:00
parent 535a31b35e
commit eb206b0cc3
5 changed files with 53 additions and 11 deletions

View File

@@ -91,7 +91,8 @@ export default {
echart: 'Echart',
countTo: 'Count to',
watermark: 'Watermark',
qrcode: 'Qrcode'
qrcode: 'Qrcode',
highlight: 'Highlight'
},
analysis: {
newUser: 'New user',
@@ -245,5 +246,11 @@ export default {
logoConfig: 'Logo config',
logoStyle: 'Logo style',
size: 'size config'
},
highlightDemo: {
highlight: 'Highlight',
message: 'The best time to plant a tree is ten years ago, followed by now.',
keys1: 'ten years ago',
keys2: 'now'
}
}

View File

@@ -91,7 +91,8 @@ export default {
echart: '图表',
countTo: '数字动画',
watermark: '水印',
qrcode: '二维码'
qrcode: '二维码',
highlight: '高亮'
},
analysis: {
newUser: '新增用户',
@@ -244,5 +245,11 @@ export default {
logoConfig: 'logo配置',
logoStyle: 'logo样式',
size: '大小配置'
},
highlightDemo: {
highlight: '高亮',
message: '种一棵树最好的时间是十年前,其次就是现在。',
keys1: '十年前',
keys2: '现在'
}
}