修改1.4.0版本的UI

This commit is contained in:
2025-11-28 11:46:01 +08:00
parent d1e19dc8bf
commit 44ec575733
2 changed files with 82 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import { TanstackQueryIniter } from '@/context/query-client'
import { ThemeProvider } from 'next-themes'
import './styles/globals.css'
import './styles/markdown.scss'
import IframePostMessage from './components/base/iframe-postmessage'
export const metadata = {
title: '深圳燃气智能体共创平台',
@@ -77,6 +78,7 @@ const LocaleLayout = async ({
</SentryInitor>
</BrowserInitor>
<RoutePrefixHandle />
<IframePostMessage />
</body>
</html>
)