From bbe29622c2ee51cd55734af6082a645cd14acc1c Mon Sep 17 00:00:00 2001 From: iye <1713042409@qq.com> Date: Thu, 28 May 2026 12:29:12 +0800 Subject: [PATCH] Polish static UI flows --- AGENTS.md | 99 ++ _archive/root-next-20260528/README.md | 21 + .../root-next-20260528/app}/globals.css | 0 .../root-next-20260528/app}/layout.tsx | 0 .../root-next-20260528/app}/page.tsx | 0 .../root-next-20260528/app}/products/page.tsx | 0 .../app}/projects/new/page.tsx | 0 .../root-next-20260528/app}/projects/page.tsx | 0 .../root-next-20260528/components}/GridBg.tsx | 0 .../root-next-20260528/components}/Icon.tsx | 0 .../components}/Sidebar.tsx | 0 .../root-next-20260528/components}/Topbar.tsx | 0 .../root-next-20260528/deployment-guide.md | 0 .../k8s}/cert-manager-issuer.yaml | 0 .../root-next-20260528/k8s}/ingress.yaml | 0 .../k8s}/redirect-https-middleware.yaml | 0 .../k8s}/web-deployment.yaml | 0 .../root-next-20260528/next-env.d.ts | 0 .../root-next-20260528/next.config.mjs | 0 .../root-next-20260528/package-lock.json | 0 .../root-next-20260528/package.json | 0 .../root-next-20260528/postcss.config.mjs | 0 .../root-next-20260528/tsconfig.json | 0 电商AI平台/_ARCHIVE.md | 39 +- .../_archive/deprecated-pages-20260528/README.md | 16 + .../product-create-v2.html | 0 .../product-create.legacy.html | 0 .../product-studio.html | 0 .../deprecated-pages-20260528}/studio-v2.html | 0 .../deprecated-pages-20260528}/studio.html | 0 电商AI平台/account.html | 7 +- 电商AI平台/asset-factory.html | 18 + 电商AI平台/assets/restraint.css | 258 ++- 电商AI平台/assets/shell.js | 252 ++- 电商AI平台/design-system.html | 10 +- 电商AI平台/design.md | 12 + 电商AI平台/image-optimize.html | 310 +++- 电商AI平台/library.html | 18 + 电商AI平台/messages.html | 1391 ++++++++--------- 电商AI平台/model-photo.html | 46 + 电商AI平台/platform-cover.html | 46 + 电商AI平台/product-create.html | 2 +- 电商AI平台/projects.html | 49 +- 电商AI平台/team.html | 6 +- 电商AI平台/页面流程定稿.md | 400 +++++ 45 files changed, 2187 insertions(+), 813 deletions(-) create mode 100644 AGENTS.md create mode 100644 _archive/root-next-20260528/README.md rename {app => _archive/root-next-20260528/app}/globals.css (100%) rename {app => _archive/root-next-20260528/app}/layout.tsx (100%) rename {app => _archive/root-next-20260528/app}/page.tsx (100%) rename {app => _archive/root-next-20260528/app}/products/page.tsx (100%) rename {app => _archive/root-next-20260528/app}/projects/new/page.tsx (100%) rename {app => _archive/root-next-20260528/app}/projects/page.tsx (100%) rename {components => _archive/root-next-20260528/components}/GridBg.tsx (100%) rename {components => _archive/root-next-20260528/components}/Icon.tsx (100%) rename {components => _archive/root-next-20260528/components}/Sidebar.tsx (100%) rename {components => _archive/root-next-20260528/components}/Topbar.tsx (100%) rename deployment-guide.md => _archive/root-next-20260528/deployment-guide.md (100%) rename {k8s => _archive/root-next-20260528/k8s}/cert-manager-issuer.yaml (100%) rename {k8s => _archive/root-next-20260528/k8s}/ingress.yaml (100%) rename {k8s => _archive/root-next-20260528/k8s}/redirect-https-middleware.yaml (100%) rename {k8s => _archive/root-next-20260528/k8s}/web-deployment.yaml (100%) rename next-env.d.ts => _archive/root-next-20260528/next-env.d.ts (100%) rename next.config.mjs => _archive/root-next-20260528/next.config.mjs (100%) rename package-lock.json => _archive/root-next-20260528/package-lock.json (100%) rename package.json => _archive/root-next-20260528/package.json (100%) rename postcss.config.mjs => _archive/root-next-20260528/postcss.config.mjs (100%) rename tsconfig.json => _archive/root-next-20260528/tsconfig.json (100%) create mode 100644 电商AI平台/_archive/deprecated-pages-20260528/README.md rename 电商AI平台/{ => _archive/deprecated-pages-20260528}/product-create-v2.html (100%) rename 电商AI平台/{ => _archive/deprecated-pages-20260528}/product-create.legacy.html (100%) rename 电商AI平台/{ => _archive/deprecated-pages-20260528}/product-studio.html (100%) rename 电商AI平台/{ => _archive/deprecated-pages-20260528}/studio-v2.html (100%) rename 电商AI平台/{ => _archive/deprecated-pages-20260528}/studio.html (100%) create mode 100644 电商AI平台/页面流程定稿.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..1edf6c1 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,99 @@ +# Airshelf · 电商 AI 平台 · Codex 工程约定 + +> **本文件由 Codex 启动时自动加载。所有 AI 协作必须遵循以下规则。** + +--- + +## 项目简介 + +**Airshelf** · AI 短视频带货生成平台 · 5 阶段流水线(商品 → 故事板 → 镜头 → 生成 → 投放) + +- **设计代号:** Restraint · V2.1 · Firecrawl-aligned +- **主要工作目录:** [电商AI平台/](电商AI平台/) +- **Next.js 工程(独立):** [app/](app/) +- **V1 历史归档:** [v1/](v1/) +- **V2.1 归档(原 v2.1/):** [v2/](v2/) + +--- + +## ★ 设计规范铁律(每次涉及页面 / CSS / UI 必读) + +### 触发条件 +**只要任务涉及以下任一种,必须先 Read [电商AI平台/design.md](电商AI平台/design.md):** +- 修改 `.html` 文件 +- 修改 `assets/restraint.css` 或任何 `.css` +- 修改 inline `