mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
13 lines
214 B
JavaScript
13 lines
214 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./templates/**/*.html',
|
|
'./links/templates/**/*.html',
|
|
'./**/*.js',
|
|
// 添加其他需要扫描的文件路径
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|