initial commit

This commit is contained in:
2025-04-30 21:54:20 +08:00
commit 0c55742b1d
24 changed files with 6879 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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