第一次

This commit is contained in:
PC-202306242200\Administrator
2024-09-10 16:47:49 +08:00
parent 4988491b1c
commit d4720a32e1
419 changed files with 59630 additions and 0 deletions

13
tailwind.config.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
content: [
'./src/pages/**/*.jsx',
'./src/components/**/*.jsx',
'./src/layouts/**/*.jsx',
'./src/pages/**/*.tsx',
'./src/components/**/*.tsx',
'./src/layouts/**/*.tsx',
],
corePlugins: {
preflight: false
}
}