✨ feat: Add server form component with protocol configuration and localization support
This commit is contained in:
@@ -61,6 +61,7 @@ export default function AppleForm() {
|
||||
|
||||
return data.data;
|
||||
},
|
||||
enabled: open,
|
||||
});
|
||||
|
||||
const form = useForm<AppleFormData>({
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function FacebookForm() {
|
||||
});
|
||||
return data.data;
|
||||
},
|
||||
// 移除 enabled: open,现在默认加载数据
|
||||
enabled: open,
|
||||
});
|
||||
|
||||
const form = useForm<FacebookFormData>({
|
||||
|
||||
@@ -53,6 +53,7 @@ export default function GithubForm() {
|
||||
|
||||
return data.data;
|
||||
},
|
||||
enabled: open,
|
||||
});
|
||||
|
||||
const form = useForm<GithubFormData>({
|
||||
|
||||
@@ -53,6 +53,7 @@ export default function TelegramForm() {
|
||||
|
||||
return data.data;
|
||||
},
|
||||
enabled: open,
|
||||
});
|
||||
|
||||
const form = useForm<TelegramFormData>({
|
||||
|
||||
Reference in New Issue
Block a user