Fix narrow PWA layout on tablet with standalone width rules.
Allow any orientation in manifest, widen content and enable dual-column mode in installed apps on tablet viewports, with iOS display-mode fallback. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ export default function manifest(): MetadataRoute.Manifest {
|
||||
"融合周易智慧与人工智能 — 易经学习、六爻算卦、生辰八字、综合测算",
|
||||
start_url: "/",
|
||||
display: "standalone",
|
||||
orientation: "portrait-primary",
|
||||
orientation: "any",
|
||||
background_color: "#f5f5f4",
|
||||
theme_color: "#525252",
|
||||
lang: "zh-CN",
|
||||
|
||||
Reference in New Issue
Block a user