Skip to content

Commit

Permalink
fix: 锁定 PWA 应用旋转方向
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Nov 14, 2024
1 parent 464a1e1 commit b2737f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiaomusic/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"short_name": "小爱音箱",
"theme_color": "#FFFFFF",
"description": "XiaoMusic: 无限听歌,解放小爱音箱!",
"orientation": "any",
"orientation": "natural",
"background_color": "#FFFFFF",
"prefer_related_applications": false,
"display_override": [
Expand Down

0 comments on commit b2737f7

Please sign in to comment.