feat: 重构 Reminder Notification 系统并更新应用包名

This commit is contained in:
qzl
2026-03-30 18:36:57 +08:00
parent 9fb2a6857b
commit 91bf3c3f96
90 changed files with 5133 additions and 3017 deletions
+150 -6
View File
@@ -188,6 +188,12 @@ abstract class AppLocalizations {
/// **'未知'**
String get commonUnknown;
/// No description provided for @commonNone.
///
/// In zh, this message translates to:
/// **'暂无'**
String get commonNone;
/// No description provided for @toastLabelSuccess.
///
/// In zh, this message translates to:
@@ -1388,6 +1394,42 @@ abstract class AppLocalizations {
/// **'确定要删除此联系人吗?'**
String get contactDeleteConfirmMessage;
/// No description provided for @contactDetailTitle.
///
/// In zh, this message translates to:
/// **'联系人详情'**
String get contactDetailTitle;
/// No description provided for @contactDetailLoadFailed.
///
/// In zh, this message translates to:
/// **'加载联系人信息失败'**
String get contactDetailLoadFailed;
/// No description provided for @contactDetailNotFound.
///
/// In zh, this message translates to:
/// **'联系人不存在'**
String get contactDetailNotFound;
/// No description provided for @contactDetailUsername.
///
/// In zh, this message translates to:
/// **'用户名'**
String get contactDetailUsername;
/// No description provided for @contactDetailPhone.
///
/// In zh, this message translates to:
/// **'手机号'**
String get contactDetailPhone;
/// No description provided for @contactDetailBio.
///
/// In zh, this message translates to:
/// **'个人简介'**
String get contactDetailBio;
/// No description provided for @messagesLoadFailed.
///
/// In zh, this message translates to:
@@ -1580,6 +1622,24 @@ abstract class AppLocalizations {
/// **'邀请人:{name}'**
String messagesInviteSender(Object name);
/// No description provided for @messagesCalendarInviteActorLabel.
///
/// In zh, this message translates to:
/// **'邀请人'**
String get messagesCalendarInviteActorLabel;
/// No description provided for @messagesCalendarInviteTimeLabel.
///
/// In zh, this message translates to:
/// **'时间'**
String get messagesCalendarInviteTimeLabel;
/// No description provided for @messagesCalendarInviteDescriptionLabel.
///
/// In zh, this message translates to:
/// **'说明'**
String get messagesCalendarInviteDescriptionLabel;
/// No description provided for @messagesInviteUnknownUser.
///
/// In zh, this message translates to:
@@ -1628,6 +1688,60 @@ abstract class AppLocalizations {
/// **'同意'**
String get messagesAccept;
/// No description provided for @messagesAcknowledge.
///
/// In zh, this message translates to:
/// **'已知晓'**
String get messagesAcknowledge;
/// No description provided for @messagesProtocolInvalid.
///
/// In zh, this message translates to:
/// **'消息数据异常,请稍后重试'**
String get messagesProtocolInvalid;
/// No description provided for @messagesProtocolInvalidCardTitle.
///
/// In zh, this message translates to:
/// **'消息数据异常'**
String get messagesProtocolInvalidCardTitle;
/// No description provided for @messagesProtocolInvalidCardDesc.
///
/// In zh, this message translates to:
/// **'该消息缺少必要字段,无法按业务类型渲染'**
String get messagesProtocolInvalidCardDesc;
/// No description provided for @messagesUnknownActor.
///
/// In zh, this message translates to:
/// **'未知用户'**
String get messagesUnknownActor;
/// No description provided for @messagesCalendarUpdatedBy.
///
/// In zh, this message translates to:
/// **'{name} 更新了日历'**
String messagesCalendarUpdatedBy(Object name);
/// No description provided for @messagesCalendarDeletedBy.
///
/// In zh, this message translates to:
/// **'{name} 删除了日历'**
String messagesCalendarDeletedBy(Object name);
/// No description provided for @messagesCalendarDeleted.
///
/// In zh, this message translates to:
/// **'删除了日历事件'**
String get messagesCalendarDeleted;
/// No description provided for @messagesCalendarCardDeletedWithTitle.
///
/// In zh, this message translates to:
/// **'{title} 已删除'**
String messagesCalendarCardDeletedWithTitle(Object title);
/// No description provided for @messagesStatusPending.
///
/// In zh, this message translates to:
@@ -1964,6 +2078,12 @@ abstract class AppLocalizations {
/// **'检查更新'**
String get settingsMenuCheckUpdates;
/// No description provided for @settingsMenuClearCache.
///
/// In zh, this message translates to:
/// **'清理缓存'**
String get settingsMenuClearCache;
/// No description provided for @settingsLogoutTitle.
///
/// In zh, this message translates to:
@@ -2030,6 +2150,36 @@ abstract class AppLocalizations {
/// **'检查更新失败'**
String get settingsUpdateCheckFailed;
/// No description provided for @settingsClearCacheTitle.
///
/// In zh, this message translates to:
/// **'清理本地缓存'**
String get settingsClearCacheTitle;
/// No description provided for @settingsClearCacheMessage.
///
/// In zh, this message translates to:
/// **'将清理本地缓存并重新拉取最新数据,是否继续?'**
String get settingsClearCacheMessage;
/// No description provided for @settingsClearCacheAction.
///
/// In zh, this message translates to:
/// **'确认清理'**
String get settingsClearCacheAction;
/// No description provided for @settingsClearCacheSuccess.
///
/// In zh, this message translates to:
/// **'缓存已清理,正在重新拉取数据'**
String get settingsClearCacheSuccess;
/// No description provided for @settingsClearCacheFailed.
///
/// In zh, this message translates to:
/// **'清理缓存失败,请稍后重试'**
String get settingsClearCacheFailed;
/// No description provided for @settingsJobDetailTitle.
///
/// In zh, this message translates to:
@@ -3445,12 +3595,6 @@ abstract class AppLocalizations {
/// **'{month}月{day}日'**
String messagesCalendarCardTimeDate(int month, int day);
/// No description provided for @messagesCalendarCardDeletedWithTitle.
///
/// In zh, this message translates to:
/// **'{title} 已删除'**
String messagesCalendarCardDeletedWithTitle(Object title);
/// No description provided for @messagesCalendarCardDeletedWithoutTitle.
///
/// In zh, this message translates to: