All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5s
对齐 jimeng-clone 的流水线结构(master→prod / dev→dev),适配 AirShelf 纯静态形态: - 电商AI平台/Dockerfile · 纯 nginx,无 build 阶段 - 电商AI平台/nginx.conf · 多入口 try_files,不 fallback 到 index.html - k8s/ · web-deployment + ingress + cert-issuer + redirect middleware - .gitea/workflows/deploy.yaml · build/push 重试 3 次,deploy 重试 5 次,失败上报日志中心 - prod 域名 airshelf.airlabs.art / dev 域名 airshelf.test.airlabs.art Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
电商AI平台 · 流·Studio
AI 短视频带货生成平台 · 静态设计稿(V2.1 Restraint)。
快速浏览
直接用浏览器打开任意 HTML,或本地起服务:
npx http-server . -p 8080
# 然后访问 http://localhost:8080/
入口页:index.html(工作台)
页面索引
| 页面 | 文件 | 说明 |
|---|---|---|
| 工作台 | index.html | 进入后首屏 · 4 块 KPI + 最近项目 + 快捷入口 |
| 视频项目 | projects.html | 项目列表 · 表格 + 状态 + 进度 |
| 新建项目 | projects-new.html | 4 步向导 · 含实时预估面板 + 推荐气泡 |
| 商品库 | products.html | SKU 列表 |
| 创建商品 | product-create.html | 4 步向导 + 子流程(挑模特 → 生上身) |
| 流水线 | pipeline.html | 5 阶段:脚本 → 资产 → 故事板 → 片段 → 拼接 |
| 资产库 | library.html | 人物 / 场景 / 视频片段管理 |
| 账户 | account.html | 余额 / 充值 / 消费明细 |
| 设计系统 | design-system.html | 完整 V2.1 token + 组件 + 状态 + Modal/Toast |
设计规范
详见 DESIGN_SPEC_V2.md · 当前 V2.1。
核心视觉特征:
- 配色:冷灰底
#f9f9f9+ 单橙 accent#FA5D19(Firecrawl-aligned) - 圆角:统一 8 px / pill 999 px / 微元素 4 px
- Icon:SVG line · stroke 1.5 · linecap round ·
currentColor继承 - 签名元素:容器装订线(左右 1 px 边)+ 四角 22×21 px SVG 准星(圆弧内凹)
- 字体:Inter Tight + JetBrains Mono + Alibaba PuHuiTi
- 主 CTA:橙底 + 4 层橙阴影(全场唯一允许阴影的组件)
目录结构
电商AI平台/
├── README.md ← 本文档
├── DESIGN_SPEC_V2.md ← 设计规范 source of truth
├── design-system.html ← 可交互组件参考(token + 状态 demo)
├── assets/
│ ├── restraint.css ← V2.1 共享样式 · 无 V1 legacy alias
│ └── shell.js ← sidebar/topbar/Toast/Modal 渲染器
└── *.html ← 8 个页面