steedos-pages
Installation
SKILL.md
Steedos Pages | Steedos 页面
Overview | 概述
Steedos pages are custom UI built with Amis low-code framework, defined as paired .page.yml (metadata) + .page.amis.json (UI schema) files. There are three page types:
app— Standalone page (dashboard, report, custom form) not tied to any objectrecord— Record detail page replacing the default view for a specific objectlist— List page replacing the default list view for a specific object
页面由一对文件定义:.page.yml(元数据)和 .page.amis.json(UI Schema)。
File Location | 文件位置
All pages go in the pages/ folder (NOT inside object folders):
steedos-packages/
└── my-package/
Related skills