FEAT => 本次更新项目为:

This commit is contained in:
2025-08-14 18:12:03 +08:00
parent 5f58a1a2c4
commit d17ed6e5c3
8 changed files with 141 additions and 58 deletions

View File

@@ -31,4 +31,5 @@ export interface AccountSelectionProps {
showSelectedList?: boolean;
readonly?: boolean;
onConfirm?: (selectedOptions: AccountItem[]) => void;
accountGroups?: any[]; // 传递账号组数据
}