Force portrait layout on phones instead of landscape prompt.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-27 14:26:12 +08:00
parent bc0be9ce1a
commit ed96b3ffb0
4 changed files with 82 additions and 65 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"start_url": "/plan",
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui", "browser"],
"orientation": "portrait",
"display_override": ["standalone", "fullscreen", "minimal-ui"],
"orientation": "portrait-primary",
"background_color": "#0b0e11",
"theme_color": "#0b0e11",
"lang": "zh-CN",