Files
beige/frontend/README.md
yangqianqian 6a2632da70 baseline: Clover 独立仓库首次基线提交
将 Clover 从上层产品包旧仓库中独立出来,建立专属版本控制。
当前状态=纵切片端到端已打通(登录→选品→出文出图→审核→下载包),
M1文案质量去套路化已验收。此提交作为后续按核销清单逐条修复的基线。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 11:30:22 +08:00

25 lines
798 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Clover Frontend
Next.jsReact— 5屏骨架
## 目录规划
```
frontend/src/
app/ # Next.js App Router
components/ # 可复用组件
lib/ # API client按 openapi.yaml 生成)
types/ # TypeScript 类型
```
## 5屏
1. 管理配置台 — 产品档案/标杆笔记/违禁词/API Key录入
2. 开任务 — 选产品+标杆+今天主题+设定数量,发起生成
3. 挑文案+挑图 — SSE实时看生成进度8选3文案/挑图,显示"本次已注入"
4. 确认预览 — 提交审核
5. 审核台(组长) — 待审队列/通过/打回写原因
## 前端红线(不得违反)
- 不展示 Token 余额/用量
- 不做积分中心/billing 页
- 飞轮偏好信号不暴露独立 POST 给前端(防伪造)