feat: add reset button

This commit is contained in:
MystiPanda
2024-02-22 00:19:45 +08:00
parent 36a3c5b501
commit 6136f1206b
6 changed files with 50 additions and 11 deletions

View File

@@ -55,6 +55,7 @@ export const ProviderButton = () => {
<Typography variant="h6">{t("Proxy Provider")}</Typography>
<Button
variant="contained"
size="small"
onClick={async () => {
Object.entries(data || {}).forEach(async ([key, item]) => {
await proxyProviderUpdate(key);