Update banner

pull/17/head
Made Baruna 2023-07-26 02:40:49 +08:00
parent 511abbcd18
commit 543bb672bf
2 changed files with 1 additions and 3 deletions

View File

@ -614,7 +614,6 @@ export const bannersDual = {
featured: ['sangonomiya_kokomi', 'wanderer'],
featuredRare: ['yanfei', 'faruzan', 'rosaria'],
version: '3.8',
timezoneDependent: true,
},
{
name: 'From Ashes Reborn',
@ -626,7 +625,6 @@ export const bannersDual = {
featured: ['sangonomiya_kokomi', 'wanderer'],
featuredRare: ['yanfei', 'faruzan', 'rosaria'],
version: '3.8',
timezoneDependent: true,
},
],
};

View File

@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update achievement', 'Update import on pc', 'Update banners', 'Update timeline'];
const changelog = ['Update banners', 'Update timeline'];
const channel = new BroadcastChannel('paimonmoe-sw');