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
@@ -160,7 +160,7 @@ class _EditProfileScreenState extends State<EditProfileScreen> {
);
return;
}
if (newUsername.length < 3 || newUsername.length > 30) {
if (newUsername.length > 30) {
Toast.show(
context,
context.l10n.settingsEditProfileUsernameLengthInvalid,