22 lines
567 B
Markdown
22 lines
567 B
Markdown
# 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.
|