This commit is contained in:
bridge
2025-12-03 00:10:10 +08:00
parent 31ab56251b
commit a5363a07ad
9 changed files with 85 additions and 148 deletions

View File

@@ -107,9 +107,9 @@ function getRegionStyle(type: string) {
}
const style = {
fontFamily: '"Microsoft YaHei", sans-serif',
fontSize: type === 'sect' ? 48 : 64,
fontSize: type === 'sect' ? 85 : 100,
fill: type === 'sect' ? '#ffcc00' : (type === 'city' ? '#ccffcc' : '#ffffff'),
stroke: { color: '#000000', width: 8, join: 'round' },
stroke: { color: '#000000', width: 7, join: 'round' },
align: 'center',
dropShadow: {
color: '#000000',