feat: 增加了模特页面

This commit is contained in:
2025-06-27 13:50:16 +08:00
parent 3feab6a871
commit 6ed7e10ccc
21 changed files with 1771 additions and 84 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}