feat: 添加设置编辑页面及相关功能

主要变更:
1. 新增 EPEditSettingViewController,提供用户头像更新、昵称修改和退出登录功能。
2. 在 Bridging Header 中引入 UserInfoModel、XPMineUserInfoEditPresenter 等新模块,以支持设置页面的功能。
3. 更新多语言文件,添加设置页面相关的本地化字符串。

此更新旨在提升用户体验,简化用户信息管理流程。
This commit is contained in:
edwinQQQ
2025-10-13 19:20:11 +08:00
parent 02a8335d70
commit e4f4557369
13 changed files with 771 additions and 60 deletions

View File

@@ -159,7 +159,8 @@
- (void)settingsButtonTapped {
NSLog(@"[EPMineHeaderView] 设置按钮点击");
// TODO:
//
[[NSNotificationCenter defaultCenter] postNotificationName:@"EPMineHeaderSettingsButtonTapped" object:nil];
}
@end