feat: 更新产品图片资源并优化本地化配置
- 将远程图片资源迁移至本地public/images目录 - 更新所有语言版本的产品和应用的图片引用路径 - 调整next.config.mjs输出配置为export模式 - 优化首页组件图片引用和轮播按钮显示 - 同步更新多语言JSON文件中的图片路径
This commit is contained in:
2
next-env.d.ts
vendored
2
next-env.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
import "./.next/dev/types/routes.d.ts";
|
||||
import "./.next/types/routes.d.ts";
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
|
||||
Reference in New Issue
Block a user