mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-01 04:02:02 +08:00
fix(ui): add close button to all success toasts
This commit is contained in:
@@ -119,6 +119,7 @@ export function useProviderActions(activeApp: AppId) {
|
||||
t("provider.usageSaved", {
|
||||
defaultValue: "用量查询配置已保存",
|
||||
}),
|
||||
{ closeButton: true },
|
||||
);
|
||||
} catch (error) {
|
||||
const detail =
|
||||
|
||||
Reference in New Issue
Block a user