pull/1/head
Made Baruna 2022-10-15 11:51:34 +07:00
parent 629a998e00
commit d4d38573dc
3 changed files with 4 additions and 4 deletions

View File

@ -1004,7 +1004,7 @@ export const banners = {
end: '2022-11-01 14:59:59',
shortName: 'Nisut',
color: '#eae5e1',
featured: ['key_of_khaj-nisut', 'primordial_jade_winged-spear'],
featured: ['key_of_khaj-nisut', 'primordial_jade_cutter'],
featuredRare: ['xiphos_moonlight', 'wandering_evenstar', 'rainslasher', 'dragons_bane', 'sacrificial_bow'],
version: '3.2',
},

View File

@ -13,14 +13,14 @@
const dispatch = createEventDispatcher();
const featured = {
venti: {
nilou: {
name: 'Nilou',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
cyno: {
albedo: {
name: 'Albedo',
rarity: 'legendary',
count: 0,

View File

@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update Banner', 'Add Nilou', 'Update timeline'];
const changelog = ['Bug fix', 'Update Banner', 'Add Nilou', 'Update timeline'];
const channel = new BroadcastChannel('paimonmoe-sw');