mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
14 lines
235 B
JavaScript
14 lines
235 B
JavaScript
module.exports = {
|
|
mode: 'jit',
|
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
|
darkMode: 'class',
|
|
theme: {
|
|
extend: {
|
|
transitionDuration: {
|
|
DEFAULT: '150ms',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|