From 3260af748b31d30f734daefc8880dd791957a41f Mon Sep 17 00:00:00 2001 From: xweiba Date: Wed, 5 Aug 2026 23:09:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=90=9C=E7=B4=A2=E6=A1=86=20placeholde?= =?UTF-8?q?r=20=E6=94=B9=E4=B8=BA=E3=80=8C=E6=90=9C=E7=B4=A2=E5=9C=B0?= =?UTF-8?q?=E7=82=B9=E6=88=96=E5=9D=90=E6=A0=87=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/MapHomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/MapHomeView.swift b/App/MapHomeView.swift index e715077..097aeb8 100644 --- a/App/MapHomeView.swift +++ b/App/MapHomeView.swift @@ -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 {