icon,权限

This commit is contained in:
ytc1012
2025-11-24 18:36:55 +08:00
parent 57ef852863
commit 005ad8ddf2
137 changed files with 1597 additions and 167 deletions

View File

@@ -164,6 +164,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get privacyPolicy => 'Privacy Policy';
@override
String get termsOfService => 'Terms of Service';
@override
String get aboutFocusBuddy => 'About FocusBuddy';
@@ -178,7 +181,14 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get privacyPolicyContent =>
'FocusBuddy is 100% offline. We do not collect your name, email, location, or usage data. All sessions stay on your device.\n\nThere is no cloud sync, no account system, and no analytics tracking.\n\nFor the full privacy policy, visit:\n[Your website URL]/privacy';
'FocusBuddy is 100% offline. We do not collect your name, email, location, or usage data. All sessions stay on your device.\n\nThere is no cloud sync, no account system, and no analytics tracking.\n\nFor the full privacy policy, visit:\nhttps://ytc1012.github.io/focusbuddy-site/privacy-policy.html';
@override
String get termsOfServiceTitle => 'Terms of Service';
@override
String get termsOfServiceContent =>
'FocusBuddy is provided \"as is\" without warranties. By using this app, you agree to use it at your own risk.\n\nThis app is designed as a focus timer tool and does not guarantee specific results. All data is stored locally on your device.\n\nFor the full terms of service, visit:\nhttps://ytc1012.github.io/focusbuddy-site/terms-of-service.html';
@override
String get close => 'Close';