Merge branch 'main' into cloudflare

This commit is contained in:
hamster1963 2024-10-09 15:53:58 +08:00
commit 13ad194383

View File

@ -54,7 +54,7 @@ export function NetworkChartClient({ server_id }: { server_id: number }) {
...config,
[key]: {
label: key,
color: `hsl(var(--chart-${index + 1}))`,
color: `hsl(var(--chart-${(index % 5) + 1}))`,
},
};
}, {} as ChartConfig);