diff --git a/chatdesk-ui/app/[locale]/layout.tsx b/chatdesk-ui/app/[locale]/layout.tsx index a6c637e..6fd7f3c 100644 --- a/chatdesk-ui/app/[locale]/layout.tsx +++ b/chatdesk-ui/app/[locale]/layout.tsx @@ -124,6 +124,16 @@ export default async function RootLayout({ return ( + +
+ {/* 使用 next/script 注入 public/env.js 文件 */} + + + +