feat: add super backend

This commit is contained in:
2025-12-16 17:59:53 +08:00
parent 9bc2155008
commit 55c40c4601
17 changed files with 1490 additions and 191 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
}