Skip to content

Commit 3d45357

Browse files
committed
docs: 更新 SKILL.md 添加 v0.1.0 版本信息
1 parent 6f56963 commit 3d45357

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

skills/aimapui/SKILL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,26 @@ description: >
77
(4) Configuring visual mappings (color/size/shape), (5) Adding controls, legends, interactions (Marker/Popup/Tooltip),
88
(6) Schema/JSON-driven map generation for AI, (7) Mobile-responsive map layouts.
99
Triggers: "aimapui", "AiMap", "地图可视化", "map layer", "图层", "Schema 地图", "L7 React".
10+
version: "0.1.0"
1011
---
1112

1213
# aimapui
1314

1415
React map visualization library built on L7. Supports both JSX component mode and Schema-driven mode.
1516

17+
## Version
18+
19+
- **@antv/aimapui**: `0.1.0`
20+
- **@antv/aimapui-cli**: `0.1.0`
21+
22+
## Install
23+
24+
```bash
25+
npm install @antv/aimapui @antv/l7 @antv/l7-maps
26+
# or
27+
pnpm add @antv/aimapui @antv/l7 @antv/l7-maps
28+
```
29+
1630
## Quick Start
1731

1832
```tsx

0 commit comments

Comments
 (0)