refactor: 移除 postcss-mobile-forever 中的最大显示宽度限制

- 删除了 postcss-mobile-forever 插件中的 maxDisplayWidth 属性
- 此修改旨在适应更多的设备屏幕宽度,提高用户体验
This commit is contained in:
xingyy 2025-02-21 13:45:50 +08:00
parent 2e79e5d5c2
commit e0e40d45e7

View File

@ -41,7 +41,6 @@ export default defineNuxtConfig({
'postcss-mobile-forever': {
appSelector: '#__nuxt',
viewportWidth: 375,
maxDisplayWidth: 600,
// devtools excluded
exclude: /@nuxt/,
border: true,