mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-02-04 07:53:11 +00:00
将默认主题修改为浅色模式 (vibe-kanban e04d3d38)
将默认主题修改为浅色模式
This commit is contained in:
parent
42ecc77ee3
commit
b01934eef7
@ -14,6 +14,6 @@ import {createVuetify} from 'vuetify'
|
||||
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
|
||||
export default createVuetify({
|
||||
theme: {
|
||||
defaultTheme: 'dark',
|
||||
defaultTheme: 'light',
|
||||
},
|
||||
})
|
||||
|
||||
@ -393,7 +393,7 @@ const settingsDefinitions = {
|
||||
// 主题设置
|
||||
"theme.mode": {
|
||||
type: "string",
|
||||
default: "dark",
|
||||
default: "light",
|
||||
validate: (value) => ["light", "dark"].includes(value),
|
||||
description: "主题模式",
|
||||
icon: "mdi-theme-light-dark",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user