feat: add set wallpaper & adjust wallpaper mask opacity settings

* feat: adjust topbar display appearance when using other wallpapers
* feat: update `HorizontalScrollView` appearance after scrolling
* refactor:  adjust file locations of child components in the `Settings` component
This commit is contained in:
Hakadao
2023-06-23 18:40:37 +08:00
parent 28c1f0d40b
commit 71076caead
10 changed files with 66 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ import RecommendContent from './components/RecommendContent.vue'
</script>
<template>
<div bg="$bew-bg">
<div>
<RecommendContent />
</div>
</template>