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

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.