Polish static UI flows

This commit is contained in:
iye
2026-05-28 12:29:12 +08:00
parent 5edfa05369
commit bbe29622c2
45 changed files with 2187 additions and 813 deletions
+21
View File
@@ -0,0 +1,21 @@
# Root Next.js Archive · 2026-05-28
This folder preserves the earlier root-level Next.js scaffold.
It was archived because the current product surface is the static HTML app in
`电商AI平台/*.html`, while this Next.js implementation only contained a partial
route set and could confuse future edits.
Archived paths:
- `app/`
- `components/`
- `k8s/`
- `package.json`
- `package-lock.json`
- `next.config.mjs`
- `next-env.d.ts`
- `postcss.config.mjs`
- `tsconfig.json`
- `deployment-guide.md`
To restore it later, move these files back to the repository root.