Lock phone UI to portrait with PWA and landscape gate.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-27 14:21:43 +08:00
parent b4f709024f
commit bc0be9ce1a
5 changed files with 269 additions and 150 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui", "browser"],
"orientation": "any",
"orientation": "portrait",
"background_color": "#0b0e11",
"theme_color": "#0b0e11",
"lang": "zh-CN",