fix(pwa): remove orientation specifier, respect OS level rotation

Related to #13949
This commit is contained in:
amoshydra 2025-07-29 05:36:56 +08:00
parent 807c34b40c
commit 56a094a34a
No known key found for this signature in database
GPG key ID: A3C7251C0C0094AC

View file

@ -1776,7 +1776,6 @@ async def get_manifest_json():
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#343541", "background_color": "#343541",
"orientation": "any",
"icons": [ "icons": [
{ {
"src": "/static/logo.png", "src": "/static/logo.png",