fix: remove undici dependency and clean up ProxyManager code (#6020)

This commit is contained in:
MyPrototypeWhat
2025-05-15 22:09:53 +08:00
committed by GitHub
parent cb64646cb9
commit f3b9b3c84c
6 changed files with 48 additions and 45 deletions
@@ -240,7 +240,7 @@ const DataSettings: FC = () => {
<SettingRow>
<SettingRowTitle>
{t('settings.data.clear_cache.title')}
<CacheText>({cacheSize})</CacheText>
{cacheSize && <CacheText>({cacheSize}MB)</CacheText>}
</SettingRowTitle>
<HStack gap="5px">
<Button onClick={handleClearCache} danger>