mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: individual set search page wallpaper by url has not effect
This commit is contained in:
@@ -124,7 +124,7 @@ function changeWallpaper(url: string) {
|
||||
</picture>
|
||||
</div>
|
||||
<div>
|
||||
<Input v-model:value="settings.searchPageSearchBarFocusCharacter" w-full />
|
||||
<Input v-model="settings.searchPageSearchBarFocusCharacter" w-full />
|
||||
<p color="sm $bew-text-3" mt-2>
|
||||
{{ $t('settings.image_url_hint') }}
|
||||
</p>
|
||||
@@ -198,7 +198,7 @@ function changeWallpaper(url: string) {
|
||||
<img v-if="settings.searchPageWallpaper" :src="settings.searchPageWallpaper" alt="" w-full h-full object-cover onerror="this.style.display='none'; this.onerror=null;">
|
||||
</picture>
|
||||
<div>
|
||||
<Input v-model:value="settings.searchPageWallpaper" w-full />
|
||||
<Input v-model="settings.searchPageWallpaper" w-full />
|
||||
<p color="sm $bew-text-3" mt-2>
|
||||
{{ $t('settings.image_url_hint') }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user