perf: 首页大图默认为 Bing 每日壁纸
This commit is contained in:
parent
5210925f87
commit
ae598a1f0f
@ -25,7 +25,7 @@ const homeStyle = computed(() => {
|
||||
mask.value
|
||||
? `linear-gradient(rgba(0, 0, 0, ${mask.value}), rgba(0, 0, 0, ${mask.value}))`
|
||||
: '',
|
||||
`url(${withBase(matter.value.banner ?? 'https://pengzhanbo.cn/images/home-banner.jpg')})`,
|
||||
`url(${withBase(matter.value.banner ?? 'http://file.mo7.cc/api/public/bz')})`,
|
||||
]
|
||||
.filter(Boolean)
|
||||
.join(','),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user