fix: 搜索框 placeholder 改为「搜索地点或坐标」

This commit is contained in:
xweiba
2026-08-05 23:09:01 +08:00
parent 094027e3fe
commit 3260af748b
+1 -1
View File
@@ -238,7 +238,7 @@ struct MapHomeView: View {
HStack(spacing: 10) {
HStack(spacing: 10) {
Image(systemName: "magnifyingglass").foregroundStyle(.secondary)
TextField("搜索地点", text: $searchText)
TextField("搜索地点或坐标", text: $searchText)
.textInputAutocapitalization(.never).autocorrectionDisabled().submitLabel(.search).onSubmit(doSearch)
if isSearching { ProgressView().controlSize(.small) }
else if !searchText.isEmpty {