Optimize performance

Update core

Optimize core stability

Fix linux tun authority check error

Fix some issues
This commit is contained in:
chen08209
2025-02-09 18:39:38 +08:00
parent 96328f66e9
commit 4e679f776e
138 changed files with 13013 additions and 8723 deletions

View File

@@ -2669,6 +2669,16 @@ class AppLocalizations {
args: [],
);
}
/// `Relying on third-party APIs is for reference only`
String get detectionTip {
return Intl.message(
'Relying on third-party APIs is for reference only',
name: 'detectionTip',
desc: '',
args: [],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<AppLocalizations> {