addanalysis

This commit is contained in:
2025-12-27 13:51:08 +08:00
parent a718ac7874
commit b392f9cf0d
7 changed files with 265 additions and 126 deletions

View File

@@ -3,10 +3,13 @@ import type { Component } from 'vue';
interface AnalysisOverviewItem {
icon: Component | string;
title: string;
totalTitle: string;
totalValue: number;
value: number;
decimals?: number;
todaytitle: string;
todayValue: number;
Subtitle: string;
SubValue: number;
todaySubtitle: string;
todaySubValue: number;
}
interface WorkbenchProjectItem {