1.新增一键定位功能

2.g30隐藏直播按钮,g40显示直播按钮
3.map页雷达按钮增加显示蓝牙连接状态
This commit is contained in:
yezhiqiu
2026-03-19 15:36:31 +08:00
parent 13035c6037
commit d495e0571a
20 changed files with 362 additions and 61 deletions

View File

@@ -375,4 +375,5 @@
<color name="blue_color">#26A8FF</color>
<color name="line_stroke_color">#077B4A</color>
<color name="rote_line_color">#00C478</color>
<color name="light_yellow_color">#F9FFE8</color>
</resources>

View File

@@ -1058,7 +1058,6 @@
<string name="txt_tracker_offline">Tracker Offline. Unable to proceed.</string>
<string name="txt_tracker_live">Live stream in progress. Settings unavailable.</string>
<string name="txt_abnormity">Operation failed. Please try again.</string>
<string name="txt_per_day">/day</string>
<string name="txt_renewal_day">Renewal: $%s/%s day on %s</string>
<string name="txt_day_unit">/day x%s</string>
@@ -1069,5 +1068,8 @@
<string name="txt_auto_subscription_years">(Renew at $%s/%s years thereafter)</string>
<string name="txt_auto_subscription_months">(Renew at $%s/%s months thereafter)</string>
<string name="txt_tone">Tone</string>
<string name="txt_locate_works">Locate works on cellular only</string>
<string name="txt_pet_close">Pet is close, try Radar</string>
</resources>