diff --git a/README.md b/README.md index 353fb6a..57a4026 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ - SEO 配置:站点标题、描述、关键词、canonical、Open Graph、Twitter、站点验证、robots、sitemap 都可配置。 - 生产部署:支持 `pnpm build && pnpm start`,也提供了 PM2 的 `ecosystem.config.cjs`。 +![](./static/1.png) + +![](./static/2.png) + +![](./static/3.png) + +![](./static/4.png) + ## 快速启动 ### 1. 安装依赖 diff --git a/next-env.d.ts b/next-env.d.ts index 9edff1c..c4b7818 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/types/routes.d.ts"; +import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/static/1.png b/static/1.png new file mode 100644 index 0000000..645bd4b Binary files /dev/null and b/static/1.png differ diff --git a/static/2.png b/static/2.png new file mode 100644 index 0000000..d968f91 Binary files /dev/null and b/static/2.png differ diff --git a/static/3.png b/static/3.png new file mode 100644 index 0000000..ec93a1f Binary files /dev/null and b/static/3.png differ diff --git a/static/4.png b/static/4.png new file mode 100644 index 0000000..8aac0aa Binary files /dev/null and b/static/4.png differ