++ Animation fixed in Home pic.

++"Dark Mode"
This commit is contained in:
Surya Paolo
2022-11-23 23:57:21 +01:00
parent 46bf74e9e2
commit fab0dbbb72
17 changed files with 722 additions and 232 deletions

View File

@@ -41,7 +41,11 @@ export default defineComponent({
globalStore.site.confpages.col_bgfooter = mycol
}
}
function saveShowDark(mycol: any) {
if (globalStore.site?.confpages) {
globalStore.site.confpages.show_darkopt = mycol
}
}
onMounted(mounted)
return {
@@ -53,6 +57,7 @@ export default defineComponent({
saveCol,
saveBgCol,
globalStore,
saveShowDark,
}
}
})