fix(toast): only once

This commit is contained in:
hamster1963
2024-12-01 16:35:15 +08:00
parent ddebfc9c96
commit a2aaacb348
3 changed files with 5 additions and 4 deletions

View File

@@ -150,7 +150,6 @@ export interface CycleTransferData {
};
}
export interface SettingResponse {
success: boolean;
data: {
@@ -158,4 +157,4 @@ export interface SettingResponse {
site_name: string;
custom_code: string;
};
}
}