Istruzioni per installare l'APP: Android, iOS

This commit is contained in:
Surya Paolo
2023-01-25 20:52:47 +01:00
parent e58f7249a6
commit 23fd5fc5ef
20 changed files with 131 additions and 38 deletions

View File

@@ -76,8 +76,14 @@ export default defineComponent({
// if (tools.isDebug()) return 'bg-info'
if (globalStore.site && globalStore.site.confpages?.col_toolbar)
return 'bg-' + globalStore.site.confpages?.col_toolbar
else
return 'bg-light-blue'
else {
if (globalStore.homescreen) {
return 'bg-blue'
} else {
return 'bg-light-blue'
}
}
})
const getColorText = computed(() => {