Browse Source

Update README.md

wd 7 năm trước cách đây
mục cha
commit
08baa5a418
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {};
 }
+```