소스 검색

Update README.md

wd 7 년 전
부모
커밋
08baa5a418
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -1,5 +1,6 @@
 根据 plan-request 产生 amap 的图形
 
+```
 //获取selector
 export function getShapesSelector(airspaceInfos, setStyle, currentAirspaceIndex) {
     currentAirspaceIndex = currentAirspaceIndex ? currentAirspaceIndex : () => -1;
@@ -65,3 +66,4 @@ function setStyle(shapeName) {
     }
     return {};
 }
+```