- 支持火山方舟(Volcengine Ark)真人人像素材API - AK/SK HMAC-SHA256签名(纯stdlib实现) - 素材组合(Asset Group)管理: 创建认证、查询、删除 - 素材资产(Asset)管理: 上传、状态同步、删除 - 多供应商可扩展架构 - 完整CRUD + 前端UI + uapi SQL配置 - 12个API端点 + 6个前端页面 - 数据库表: rl_asset_group, rl_asset
117 lines
4.1 KiB
XML
117 lines
4.1 KiB
XML
{
|
||
"widgettype": "VBox",
|
||
"options": {
|
||
"width": "100%",
|
||
"height": "100%",
|
||
"padding": "20px"
|
||
},
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"text": "真人人像素材管理",
|
||
"fontSize": "24px",
|
||
"fontWeight": "bold",
|
||
"marginBottom": "20px"
|
||
}
|
||
},
|
||
{
|
||
"widgettype": "ResponsableBox",
|
||
"options": {
|
||
"gap": "16px",
|
||
"minWidth": "280px"
|
||
},
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "VBox",
|
||
"options": {
|
||
"bgcolor": "#FFFFFF",
|
||
"padding": "20px",
|
||
"cursor": "pointer",
|
||
"borderRadius": "8px",
|
||
"boxShadow": "0 2px 8px rgba(0,0,0,0.1)"
|
||
},
|
||
"binds": [
|
||
{
|
||
"wid": "self",
|
||
"event": "click",
|
||
"actiontype": "urlwidget",
|
||
"target": "app.rl_content",
|
||
"options": {
|
||
"url": "{{entire_url('group_manage.ui')}}"
|
||
},
|
||
"mode": "replace"
|
||
}
|
||
],
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"text": "📁 素材组合管理",
|
||
"fontSize": "18px",
|
||
"fontWeight": "bold"
|
||
}
|
||
},
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"text": "创建真人认证、管理素材组合(Asset Group)",
|
||
"fontSize": "14px",
|
||
"color": "#666"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"widgettype": "VBox",
|
||
"options": {
|
||
"bgcolor": "#FFFFFF",
|
||
"padding": "20px",
|
||
"cursor": "pointer",
|
||
"borderRadius": "8px",
|
||
"boxShadow": "0 2px 8px rgba(0,0,0,0.1)"
|
||
},
|
||
"binds": [
|
||
{
|
||
"wid": "self",
|
||
"event": "click",
|
||
"actiontype": "urlwidget",
|
||
"target": "app.rl_content",
|
||
"options": {
|
||
"url": "{{entire_url('asset_manage.ui')}}"
|
||
},
|
||
"mode": "replace"
|
||
}
|
||
],
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"text": "🖼️ 素材资产管理",
|
||
"fontSize": "18px",
|
||
"fontWeight": "bold"
|
||
}
|
||
},
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"text": "上传/查看/同步真人人像素材(Asset)",
|
||
"fontSize": "14px",
|
||
"color": "#666"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"widgettype": "VBox",
|
||
"id": "rl_content",
|
||
"options": {
|
||
"width": "100%",
|
||
"flex": "1",
|
||
"marginTop": "20px"
|
||
}
|
||
}
|
||
]
|
||
} |