Lock Android portrait via fullscreen then orientation.lock.

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