Add Vite React frontend prototype

This commit is contained in:
liumangmang
2026-04-23 12:02:53 +08:00
commit 4cb403c956
11 changed files with 4961 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {}
},
plugins: []
};