This commit is contained in:
Zyronon
2025-12-25 19:54:35 +08:00
committed by GitHub
parent db4b0ba18f
commit 4134b4b30b
14 changed files with 439 additions and 261 deletions

View File

@@ -22,4 +22,17 @@ export default defineConfig({
presets: [
presetWind3(),
],
// 自定义断点
theme: {
breakpoints: {
'xs': '480px', // 自定义小断点
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px',
'3xl': '1920px',
'4k': '2560px',
}
},
})