feat: 首页样式同步完成

This commit is contained in:
许永平
2025-07-04 11:53:05 +08:00
parent 21a0b12749
commit dbc61c54bb
4 changed files with 259 additions and 2 deletions

6
nkebao/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}