Skip to content

Commit 2e6c4c8

Browse files
committed
feat: 更新版本号至 6.3,并添加更新日志,包含错误提示优化和 KV 绑定体验改进
1 parent 9dd8563 commit 2e6c4c8

3 files changed

Lines changed: 10 additions & 34 deletions

File tree

RELEASE_NOTES_v6.2.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

RELEASE_NOTES_v6.3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 更新内容
2+
- 更新错误提示信息为中文,增强用户体验
3+
- 所有 KV 绑定相关界面统一仅显示命名空间名称,不再显示命名空间 ID。
4+
- KV 绑定选择、列表、添加等操作体验与 R2 保持一致。
5+
- 修复 KV 绑定弹窗、列表、下拉选择等因 ID 显示导致的混淆问题。
6+
- 优化部分界面中文提示与一致性。
7+
- 代码结构优化,消除不必要的警告和变量遮蔽。
8+
- 其它细节体验优化。

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId = "com.muort.upworker"
3030
minSdk = 26
3131
targetSdk = 36
32-
versionCode = 2025122404
33-
versionName = "6.2"
32+
versionCode = 2025122501
33+
versionName = "6.3"
3434

3535
vectorDrawables {
3636
useSupportLibrary = true

0 commit comments

Comments
 (0)