迁移为next项目

This commit is contained in:
砂糖
2026-04-07 15:21:54 +08:00
parent 2cf1b252e3
commit 7e76c62521
400 changed files with 4061 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;