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

@@ -162,6 +162,9 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get privacyPolicy => '隐私政策';
@override
String get termsOfService => '服务条款';
@override
String get aboutFocusBuddy => '关于专注伙伴';
@@ -176,7 +179,14 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get privacyPolicyContent =>
'专注伙伴 100% 离线运行。我们不收集您的姓名、电子邮件、位置或使用数据。所有会话数据都保存在您的设备上。\n\n没有云同步,没有账户系统,没有分析追踪。\n\n完整隐私政策请访问:\n[您的网站 URL]/privacy';
'专注伙伴 100% 离线运行。我们不收集您的姓名、电子邮件、位置或使用数据。所有会话数据都保存在您的设备上。\n\n没有云同步,没有账户系统,没有分析追踪。\n\n完整隐私政策请访问:\nhttps://ytc1012.github.io/focusbuddy-site/privacy-policy.html';
@override
String get termsOfServiceTitle => '服务条款';
@override
String get termsOfServiceContent =>
'专注伙伴按\"现状\"提供,不提供任何保证。使用本应用即表示您同意自行承担风险。\n\n本应用是一款专注计时工具,不保证特定结果。所有数据均存储在您的设备本地。\n\n完整服务条款请访问:\nhttps://ytc1012.github.io/focusbuddy-site/terms-of-service.html';
@override
String get close => '关闭';