amis-ui
Installation
SKILL.md
amis-ui Skill
本技能专注于百度amis低代码框架的JSON Schema生成,帮助快速构建企业级中后台页面。
意图理解与组件映射
场景 → 组件映射表
| 业务场景 | amis组件 | 关键配置 |
|---|---|---|
| 数据列表展示 | CRUD | api, columns, filter |
| 表单提交 | Form | api, controls, rules |
| 详情查看 | Dialog/Drawer | title, body, actions |
| 搜索筛选 | Form (filter) | submitOnChange, target |
| 批量操作 | Button + actionType | ajax, reload |
| 页面跳转 | Button + actionType | url, link |
| 状态提示 | Button + actionType | toast, confirm |
| 多步骤流程 | Wizard | steps, source |