complete init

This commit is contained in:
wxhao
2025-10-31 15:12:57 +08:00
parent 43534e3ef4
commit 2ef5c6b3f5
16 changed files with 2424 additions and 119 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,js,ts,jsx,tsx,scss}", // 包含你的 .scss 文件
],
theme: {
extend: {},
},
plugins: [],
}