feat: 绘画功能本地图片存储优化
ui: 优化字体
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
import type { Config } from 'tailwindcss'
|
||||
import type {Config} from 'tailwindcss'
|
||||
import defaultTheme from 'tailwindcss/defaultTheme'
|
||||
|
||||
export default <Partial<Config>>{
|
||||
theme: {
|
||||
extend: {
|
||||
aspectRatio: {
|
||||
auto: 'auto',
|
||||
square: '1 / 1',
|
||||
video: '16 / 9'
|
||||
}
|
||||
}
|
||||
}
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ['Rubik', 'Noto Sans SC', 'sans-serif'],
|
||||
},
|
||||
extend: {
|
||||
aspectRatio: {
|
||||
auto: 'auto',
|
||||
square: '1 / 1',
|
||||
video: '16 / 9',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user