release: v0.4.0

This commit is contained in:
2026-05-18 05:11:57 +08:00
parent b758391861
commit da5bd01535
147 changed files with 8876 additions and 6941 deletions
@@ -237,6 +237,7 @@ watch(() => stats.value.trendTrend, () => {
}, { deep: true })
// Reload chart when switching back to dashboard
const activeMenu = ref("dashboard")
watch(() => activeMenu.value, (val, oldVal) => {
if (val === 'dashboard' && oldVal !== 'dashboard') {
nextTick(() => {