arvinxx / dumi-theme-antd-style

dumi-theme for antd-style site
https://dumi-theme-antd-style.arvinx.com
MIT License
75 stars 37 forks source link

🧐[问题]该主题下如何设置移动端主题 #50

Open qlandroid opened 1 year ago

qlandroid commented 1 year ago

🧐 问题描述

package.json "dumi": "^2.1.24", "dumi-theme-antd-style": "^0.25.1", "dumi-theme-mobile": "^2.0.0", .dumirc.ts themeConfig: { name: '@qt-core/mobile', hd: { rules: [ { maxWidth: 375, mode: 'vw', options: [100, 750] }, { minWidth: 376, maxWidth: 750, mode: 'vw', options: [100, 1500] }, ], deviceWidth: 375, }, }, 这些都配置过了。没有达到预期移动端样式。

💻 示例代码

image

arvinxx commented 1 year ago

之前没考虑兼容移动端的主题,这块可能要花点时间研究下。先用dumi默认的吧