3个业务模块: - pipeline_core: 产线定义(pipelines/steps/versions) - pipeline_ops: 运营(定价/供应量/使用记录) - pipeline_dist: 分销(分销商/独立定价/API密钥) - ahserver独立部署(端口9090) - 独立数据库pipeline - 80个文件, 符合module/db-table/crud三规范
27 lines
606 B
XML
27 lines
606 B
XML
{
|
|
"title": "产线运营",
|
|
"layout": {
|
|
"type": "cards",
|
|
"items": [
|
|
{
|
|
"title": "定价管理",
|
|
"icon": "price-tag",
|
|
"url": "pipeline_pricing",
|
|
"description": "管理产线计费方式和价格"
|
|
},
|
|
{
|
|
"title": "供应量管理",
|
|
"icon": "gauge",
|
|
"url": "pipeline_capacity",
|
|
"description": "配置产线并发和调用限额"
|
|
},
|
|
{
|
|
"title": "使用记录",
|
|
"icon": "list",
|
|
"url": "pipeline_usage_log",
|
|
"description": "查看产线调用和消费记录"
|
|
}
|
|
]
|
|
}
|
|
}
|