Initial commit: 西安云阶智元信息科技有限公司官网

This commit is contained in:
leisileken
2026-06-16 21:37:29 +08:00
commit 61d4063828
39 changed files with 4941 additions and 0 deletions

6
postcss.config.js Normal file
View File

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