fix: lint & add no scalable

This commit is contained in:
YunYouJun
2023-11-06 00:36:09 +08:00
parent 203ab27496
commit 246a65599a
7 changed files with 765 additions and 1457 deletions

View File

@@ -61,7 +61,7 @@ export default defineNuxtConfig({
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
],
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no' },
{ name: 'description', content: appDescription },
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
],