tag filter supports selecting both included and excluded tags simultaneously

This commit is contained in:
MaysWind
2025-11-24 02:12:44 +08:00
parent 45be96cf68
commit 6430a52027
45 changed files with 1151 additions and 706 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ export interface ExportTransactionDataRequest {
readonly type: number;
readonly categoryIds: string;
readonly accountIds: string;
readonly tagIds: string;
readonly tagFilterType: number;
readonly tagFilter: string;
readonly amountFilter: string;
readonly keyword: string;
}