feat: base frame

This commit is contained in:
2024-07-16 21:14:07 +08:00
parent 71dc75a092
commit 1d213eae57
33 changed files with 1493 additions and 123 deletions

8
tailwind.config.js Normal file
View File

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