feat: add AppDataProvider for centralized app data management and optimized refresh logic

This commit is contained in:
wonfen
2025-03-26 13:26:32 +08:00
parent 804fad6083
commit 5a0eb56f70
18 changed files with 1142 additions and 784 deletions

View File

@@ -203,7 +203,7 @@ const HomeSettingsDialog = ({
);
};
const HomePage = () => {
export const HomePage = () => {
const { t } = useTranslation();
const { verge } = useVerge();
const { current, mutateProfiles } = useProfiles();
@@ -395,4 +395,4 @@ const ClashModeEnhancedCard = () => {
);
};
export default HomePage;
export default HomePage;