first commit

This commit is contained in:
2025-08-15 09:45:45 +08:00
commit b908ed3aed
28 changed files with 4588 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"'./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'", // 根据项目类型调整扩展名
],
theme: {
extend: {},
},
plugins: [],
}