/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", // 如果是 Vite 项目 "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], };