浏览代码

refac: manifest orientation "any"

Timothy Jaeryang Baek 5 月之前
父节点
当前提交
64a98b2e0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/open_webui/main.py

+ 1 - 1
backend/open_webui/main.py

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