소스 검색

优化后台输出的页面显示

niujiuru 3 주 전
부모
커밋
a8e218d125
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web-ui.service/page4_handler.go

+ 1 - 1
web-ui.service/page4_handler.go

@@ -74,7 +74,7 @@ func gnssStatusHandler(w http.ResponseWriter, r *http.Request) {
 	lon := noValue
 
 	if callErr == nil {
-		status = "正常"
+		status = "🟢正常"
 		lat = pos.Lat
 		lon = pos.Lon
 	}