This commit is contained in:
2026-07-26 00:23:28 +02:00
parent 6baeb54061
commit efd78d9bd7
17 changed files with 1475 additions and 493 deletions

View File

@ -39,7 +39,7 @@ module.exports = configure(function (/* ctx */) {
// 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both!
'roboto-font', // optional, you are not bound to it
'material-icons' // optional, you are not bound to it
'material-icons-outlined' // optional, you are not bound to it
],
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build
@ -85,7 +85,11 @@ module.exports = configure(function (/* ctx */) {
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework
framework: {
config: {},
config: {
dark: 'auto'
},
iconSet: 'material-icons-outlined',
// iconSet: 'material-icons', // Quasar icon set
// lang: 'en-US', // Quasar language pack