mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
* chore: migrate maa website * ci: change docs build test to website build test * fix: rename artifact name to dist * ci: add workflow to deploy website to azure
13 lines
214 B
JavaScript
13 lines
214 B
JavaScript
module.exports = {
|
|
mode: 'jit',
|
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {
|
|
transitionDuration: {
|
|
DEFAULT: '150ms',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|