chore: 全量推送 · 累积页面改动 + Next.js 工程骨架 + v1/ 归档 + 文档

页面 (电商AI平台/)
- account / team / settings / index / products / projects: 累积迭代
- restraint.css: 设计 token 补充
- login.html / register.html: 新增登录注册页
- _ARCHIVE.md: 归档说明

Next.js 工程骨架
- app/ + components/: 新一代 SPA 雏形 (page / layout / sidebar / topbar / GridBg / Icon)
- package.json / package-lock.json / next.config.mjs / tsconfig.json / postcss.config.mjs / next-env.d.ts

历史归档 / 文档
- v1/: 原 V1 静态稿镜像 (含 mockup-A/B/C)
- PRD.md / deployment-guide.md / _check.html
- ui参考/ / screenshots/

杂项
- .gitignore 调整
- 删除根 README.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
iye
2026-05-21 21:16:46 +08:00
co-authored by Claude Opus 4.7
parent 8a783ca36f
commit f420af2069
82 changed files with 15367 additions and 418 deletions
+7 -27
View File
@@ -1,28 +1,8 @@
# 工程文件
node_modules/
.next/
.turbo/
dist/
build/
# OS / IDE
node_modules
.next
out
.env*.local
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
# 日志
*.log
npm-debug.log*
pnpm-debug.log*
# 本地环境
.env
.env.local
.env.*.local
# 临时
*.tmp
*.bak
screenshots/
*.tsbuildinfo
next-env.d.ts.bak
_design_src