完善个人信息编辑

- 修复了从相册选择图片时,如果文件名不包含扩展名导致的崩溃问题。
- 在编辑个人信息页面增加了“修改密码”的入口。
- 修复了新建Agent时,保存按钮状态更新不及时的问题。
- 优化了新建Agent时,对异常的处理。
This commit is contained in:
2025-08-31 23:59:05 +08:00
parent 2907e7f9a6
commit cb253d3276
4 changed files with 7 additions and 4 deletions

View File

@@ -50,6 +50,7 @@
<string name="empty_my_post_content">发布一个动态吧</string>
<string name="edit_profile">编辑个人资料</string>
<string name="logout">登出</string>
<string name="change_password">修改密码</string>
<string name="current_password_tip1">请输入当前密码</string>
<string name="current_password_tip2">密码长度必须至少为 8 个字符</string>
<string name="current_password_tip3">密码必须至少包含一位数字</string>