baseline: Clover 独立仓库首次基线提交
将 Clover 从上层产品包旧仓库中独立出来,建立专属版本控制。 当前状态=纵切片端到端已打通(登录→选品→出文出图→审核→下载包), M1文案质量去套路化已验收。此提交作为后续按核销清单逐条修复的基线。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
13
backend/app/services/README.md
Normal file
13
backend/app/services/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# app/services/
|
||||
|
||||
业务逻辑层占位,按模块:
|
||||
- auth_service.py # JWT签发/验证
|
||||
- workspace_service.py # workspace权限校验
|
||||
- product_service.py # 产品档案业务逻辑
|
||||
- task_service.py # 任务状态机流转
|
||||
- review_service.py # 审核流转+飞轮信号写入
|
||||
- preference_aggregator.py # 飞轮实时聚合(最近50条→prompt片段)
|
||||
- preference_collector.py # 三信号入口写入 preference_events
|
||||
- banned_word_checker.py # 违禁词三级扫描(🟢改写/🟡提示/🔴拦截)
|
||||
- package_exporter.py # 生成达人素材交付包
|
||||
- image_postprocessor.py # 去水印后处理(重编码+削像素水印)
|
||||
Reference in New Issue
Block a user