fix: 修复移动端底栏拖拽排序与更多分组异常

This commit is contained in:
JSR
2026-03-28 10:41:43 +08:00
parent 9a4e93bb9b
commit f3ee0c5202
5 changed files with 320 additions and 164 deletions
+7 -1
View File
@@ -167,7 +167,13 @@
"bottomNav": {
"label": "Bottom Navigation Features",
"hint": "Choose which features appear in the mobile bottom bar. The bar shows up to 4 items; extra items go under \"More\"."
}
},
"dragHint": "Drag to reorder. The first 4 items appear in the bottom bar; the rest stay in \"More\".",
"dropHere": "Release to drop here",
"bottomSection": "Bottom Bar (up to 4)",
"moreSection": "More",
"moveToMore": "Move to More",
"moveToBottom": "Move to Bottom"
},
"zoomUpdated": "Interface zoom updated",
"updateFailed": "Update failed",
+7 -1
View File
@@ -167,7 +167,13 @@
"bottomNav": {
"label": "底部导航功能",
"hint": "可选择要出现在手机底部导航的功能。底栏最多展示 4 项,其余会自动收纳到“更多”。"
}
},
"dragHint": "拖动可调整顺序。前 4 项显示在底栏,其余显示在“更多”。",
"dropHere": "松手后放到这里",
"bottomSection": "底栏(最多 4 个)",
"moreSection": "更多",
"moveToMore": "移到更多",
"moveToBottom": "移到底栏"
},
"zoomUpdated": "界面缩放已更新",
"updateFailed": "更新失败",