Skip to content

Commit

Permalink
feat: 优化 UC、QQ 浏览器移动端体验
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Dec 31, 2024
1 parent 4905344 commit eebf6d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ export default defineNuxtConfig({
app: {
head: {
title: 'ExCaller',
meta: [
{ name: 'browermode', content: 'application' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' },
{ name: 'screen-orientation', content: 'landscape' },
{ name: 'x5-orientation', content: 'landscape' },
{ name: 'x5-page-mode', content: 'app' },
],
},
},

Expand Down

0 comments on commit eebf6d7

Please sign in to comment.