LOW-CODE STUDIO · PUCK EDITOR
首页
页面 → 区块 → 内容块;平台 Schema 独立于编辑器保存。
草稿 · r1
运营工作台 /
Publish
查看平台 Schema(独立于 Puck Data)
{
"schemaVersion": "1.1",
"application": {
"id": "app-operations",
"name": "运营工作台",
"handle": "operations"
},
"page": {
"id": "page-home",
"name": "首页",
"path": "/",
"template": "standard",
"title": "运营工作台"
},
"theme": {
"settings": {
"colorPrimary": "#4f46e5"
}
},
"sectionOrder": [
"section-home"
],
"sections": {
"section-home": {
"id": "section-home",
"kind": "section",
"type": "core/section",
"props": {
"heading": "运营工作台",
"tone": "plain"
},
"slots": {
"content": [
{
"id": "heading-welcome",
"kind": "block",
"type": "core/heading",
"props": {
"text": "欢迎使用低代码平台"
}
},
{
"id": "business-kpi",
"kind": "block",
"type": "business/business-card",
"props": {
"title": "本月成交额",
"value": "¥ 128,000"
}
},
{
"id": "button-start",
"kind": "block",
"type": "core/button",
"props": {
"label": "开始配置",
"variant": "primary",
"href": "/"
}
}
]
}
}
},
"dataSources": {},
"actions": {},
"variables": {},
"dependencies": [
{
"type": "core/section",
"source": {
"type": "local",
"package": "@lowcode/renderer"
}
},
{
"type": "core/heading",
"source": {
"type": "local",
"package": "@lowcode/renderer"
}
},
{
"type": "core/button",
"source": {
"type": "local",
"package": "@lowcode/renderer"
}
},
{
"type": "business/business-card",
"source": {
"type": "remote",
"remote": "businessRemote",
"exposedModule": "./BusinessCard",
"version": "1.0.0"
}
}
],
"meta": {
"revision": 1,
"createdAt": "2026-07-16T00:39:32.005Z",
"updatedAt": "2026-07-16T00:39:32.005Z",
"editor": "puck"
}
}