mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
refactor(projects): 代码优化
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { defineConfig, presetMini } from 'unocss';
|
||||
import { defineConfig, presetUno } from 'unocss';
|
||||
|
||||
export default defineConfig({
|
||||
exclude: ['node_modules', '.git', './stats.html'],
|
||||
presets: [presetMini({ dark: 'class' })],
|
||||
presets: [presetUno({ dark: 'class' })],
|
||||
shortcuts: {
|
||||
'wh-full': 'w-full h-full',
|
||||
'flex-center': 'flex justify-center items-center',
|
||||
|
Reference in New Issue
Block a user