feat: implement some features to the search page configuration

* refactor: adjust the arrangement in the i18n
This commit is contained in:
Hakadao
2023-08-07 00:39:06 +08:00
parent 46a3da499a
commit 24b3f11fb9
14 changed files with 456 additions and 354 deletions

View File

@@ -11,6 +11,6 @@ import { settings } from '~/logic'
m="t-20vh"
>
<Logo v-if="settings.searchPageShowLogo" :size="180" :color="settings.searchPageLogoColor === 'white' ? 'white' : 'var(--bew-theme-color)'" mb-12 z-1 />
<SearchBar />
<SearchBar :darken-on-focus="settings.searchPageDarkenOnSearchFocus" />
</div>
</template>