chore: 更新主题、反馈页面和测试用例

- 更新 App 主题配置
- 优化反馈页面
- 更新认证和通知测试用例
This commit is contained in:
ZL-Q
2026-04-28 17:23:03 +08:00
parent 85023a668b
commit dd48d1d59d
4 changed files with 20 additions and 9 deletions
@@ -21,6 +21,8 @@ class _FakeAuthRepository implements AuthRepository {
Future<AuthUser> loginWithEmailOtp({
required String email,
required String otp,
String? language,
String? timezone,
}) async {
return AuthUser(id: 'u1', email: email);
}