mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
!238 新增 todo done 页面,优化redis页面
* chore: update deps * feat: add todo done pages * chore: update deps * docs: update * feat: redis dialog
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { defineConfig } from 'windicss/helpers'
|
||||
import { defineConfig } from 'vite-plugin-windicss'
|
||||
import plugin from 'windicss/plugin'
|
||||
|
||||
function range(size, startAt = 1) {
|
||||
@ -18,22 +18,7 @@ export default defineConfig({
|
||||
// 暗黑背景色
|
||||
'v-dark': 'var(--dark-bg-color)'
|
||||
}
|
||||
// screens: {
|
||||
// sm: '768px',
|
||||
// md: '992px',
|
||||
// lg: '1200px',
|
||||
// xl: '1920px'
|
||||
// }
|
||||
}
|
||||
// height: {
|
||||
// ...range(50).map((i) => `h-${i}px`)
|
||||
// },
|
||||
// margin: {
|
||||
// // ...range(50).map((i) => `mt-${i}px`),
|
||||
// // ...range(50).map((i) => `mr-${i}px`),
|
||||
// // ...range(50).map((i) => `mb-${i}px`),
|
||||
// // ...range(50).map((i) => `ml-${i}px`)
|
||||
// }
|
||||
},
|
||||
plugins: [
|
||||
plugin(({ addComponents }) => {
|
||||
|
Reference in New Issue
Block a user