first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:25:01 +08:00
commit 23dc139a31
293 changed files with 52615 additions and 0 deletions

11
tailwind.config.js Normal file
View File

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