feat: 主题切换、路由

This commit is contained in:
Asam
2023-06-28 18:43:49 +08:00
parent f319e321f9
commit e00e9d0a87
22 changed files with 263 additions and 33 deletions

View File

@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
daisyui: {
themes: ['light', 'dark'],
},
theme: {
extend: {},
},