feat: 更新网站配置和内容,优化国际化设置
refactor: 重构产线页面和路由,移除无用代码 style: 调整内容格式和样式,统一中英文标点 docs: 更新产品描述和元数据,完善多语言支持
This commit is contained in:
@@ -5,9 +5,6 @@ import { WorkShop } from "@/types/workShop";
|
||||
import { Metadata } from "next";
|
||||
import { Locale } from "next-intl";
|
||||
|
||||
// 强制静态渲染
|
||||
export const dynamic = "force-static";
|
||||
|
||||
// 固定 Params 类型为普通对象(Next.js 原生传参无异步)
|
||||
type Params = {
|
||||
locale: string;
|
||||
|
||||
Reference in New Issue
Block a user