init repo

This commit is contained in:
2024-11-26 14:28:46 +08:00
commit 8f9dd089bc
42 changed files with 9792 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./src/**/*.{ts,tsx}',
],
theme: {
extend: {},
},
plugins: [],
}