Merge branch 'main' into example

This commit is contained in:
Soybean
2025-11-02 13:38:06 +08:00
13 changed files with 591 additions and 451 deletions

View File

@@ -21,13 +21,14 @@ const { domRef, updateOptions } = useEcharts(() => ({
}
},
legend: {
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')]
data: [$t('page.home.downloadCount'), $t('page.home.registerCount')],
top: '0'
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
top: '15%'
},
xAxis: {
type: 'category',