13 Commits

Author SHA1 Message Date
06b7b3f986 fix: 子页面卡片target改为-main_content,简化布局去除VScrollPanel子容器 2026-06-12 01:24:54 +08:00
05f22677ab fix: pipeline_ops/dist/core index.ui重写为Bricks格式,修复卡片点击和target ID 2026-06-12 01:20:50 +08:00
8bf090c177 fix: target使用-main_content向上搜索父容器 2026-06-12 01:01:03 +08:00
faa8a62e77 fix: VScrollPanel id去掉点号避免querySelector CSS类冲突 2026-06-12 01:00:06 +08:00
4de0be5b4b fix: 首页卡片使用binds绑定click事件 2026-06-12 00:48:03 +08:00
136e7a7e57 feat: 添加i18n_getmsgs端点(无扩展名) 2026-06-12 00:28:33 +08:00
66bd5a2888 feat: 添加i18n_getmsgs.dspy空端点 2026-06-12 00:27:20 +08:00
9ae927c899 fix: 修复首页卡片点击无响应,VBox改用Button 2026-06-12 00:02:01 +08:00
6e351005fa feat: add set_role_perm.py wrapper for RBAC registration 2026-06-11 22:06:12 +08:00
707b491345 fix: init/data.json格式修正+model codes补全
pipeline-core:
- pipelines.json codes cond: id -> parentid

pipeline-ops:
- init/data.json: 转为Format B(parentid/parentname/items)
- pipeline_pricing.json: +4 codes(pricing_type/currency/status/pipeline_id)
- pipeline_capacity.json: +2 codes(capacity_status/pipeline_id)
- pipeline_usage_log.json: +2 codes(usage_status/pipeline_id)

pipeline-dist:
- init/data.json: 转为Format B(parentid/parentname/items)
- distributors.json: +1 code(distributor_status)
- distributor_pipeline.json: +4 codes(markup_type/dp_status/外键)
2026-06-11 15:11:02 +08:00
279266a12e docs: 补全README — 三模块/部署/配置完整文档 2026-06-11 14:59:10 +08:00
9eccd08ffd feat: pipeline-app独立产线后端服务
3个业务模块:
- pipeline_core: 产线定义(pipelines/steps/versions)
- pipeline_ops: 运营(定价/供应量/使用记录)
- pipeline_dist: 分销(分销商/独立定价/API密钥)

- ahserver独立部署(端口9090)
- 独立数据库pipeline
- 80个文件, 符合module/db-table/crud三规范
2026-06-11 14:49:02 +08:00
3303e9787e Initial commit 2026-06-11 14:48:14 +08:00