mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: batch mobile layout fixes (#1641)
This commit is contained in:
@@ -8,6 +8,7 @@ import './styles/markdown.scss'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Dify',
|
||||
viewport: 'width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no',
|
||||
}
|
||||
|
||||
const LocaleLayout = ({
|
||||
@@ -19,6 +20,12 @@ const LocaleLayout = ({
|
||||
|
||||
return (
|
||||
<html lang={locale ?? 'en'} className="h-full">
|
||||
<head>
|
||||
<meta name="theme-color" content="#FFFFFF" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
</head>
|
||||
<body
|
||||
className="h-full select-auto"
|
||||
data-api-prefix={process.env.NEXT_PUBLIC_API_PREFIX}
|
||||
|
||||
Reference in New Issue
Block a user