mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
frontend: support more missing dark mode style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
darkMode: 'class', // 启用 class 模式的暗黑模式
|
||||
darkMode: 'class', // 启用 class 模式的暗色模式
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
|
||||
Reference in New Issue
Block a user