mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-06 16:06:52 +08:00
feat: 主题切换、路由
This commit is contained in:
@@ -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: {},
|
||||
},
|
||||
|
Reference in New Issue
Block a user