first commit

This commit is contained in:
2025-09-23 07:35:11 +00:00
commit a5dd3f1335
110 changed files with 46108 additions and 0 deletions

13
tailwind.config.js Executable file
View File

@@ -0,0 +1,13 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,vue}"],
theme: {
container: {
center: true,
},
extend: {},
},
plugins: [],
};