feat: Add animation for provider update

This commit is contained in:
MystiPanda
2024-03-02 13:52:48 +08:00
parent bb13b12de6
commit 27fe28661c
3 changed files with 85 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ export const ControllerViewer = forwardRef<DialogRef>((props, ref) => {
return (
<BaseDialog
open={open}
title={t("Clash Port")}
title={t("External Controller")}
contentSx={{ width: 400 }}
okBtn={t("Save")}
cancelBtn={t("Cancel")}