docs: 添加项目截图并更新next-env.d.ts路径

添加4张项目截图到README文档中,展示项目功能
更新next-env.d.ts中的类型声明文件路径
This commit is contained in:
JanYork
2026-03-18 13:30:32 +08:00
parent e2850586a9
commit 1db8941b9a
6 changed files with 9 additions and 1 deletions

View File

@@ -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. 安装依赖

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
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.

BIN
static/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
static/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
static/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

BIN
static/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB