Update banner

This commit is contained in:
Made Baruna 2021-10-13 05:31:08 +07:00
parent 5d57002149
commit bf5db91d41
No known key found for this signature in database
GPG key ID: 5AA5DA16AA5DCEAD
4 changed files with 24 additions and 0 deletions

View file

@ -210,6 +210,17 @@ export const banners = {
featured: ['sangonomiya_kokomi'],
featuredRare: ['rosaria', 'beidou', 'xingqiu'],
},
{
name: 'Farewell of Snezhnaya',
image: 3,
shortName: 'Tartaglia',
start: '2021-10-13 06:00:00',
end: '2021-11-02 17:59:59',
color: '#4ED8F3',
featured: ['tartaglia'],
featuredRare: ['ningguang', 'chongyun', 'yanfei'],
timezoneDependent: true,
},
],
weapons: [
{
@ -393,5 +404,15 @@ export const banners = {
featured: ['primordial_jade_cutter', 'everlasting_moonglow'],
featuredRare: ['the_flute', 'favonius_greatsword', 'dragons_bane', 'favonius_codex', 'the_stringless'],
},
{
name: 'Epitome Invocation',
image: 19,
start: '2021-10-13 06:00:00',
end: '2021-11-02 17:59:59',
shortName: 'Polar Star',
color: '#f542c8',
featured: ['polar_star', 'memory_of_dust'],
featuredRare: ['akuoumaru', 'favonius_sword', 'favonius_lance', 'eye_of_perception', 'rust'],
},
],
};

View file

@ -24,6 +24,7 @@
import { fromRemote, readSave } from '../../stores/saveManager';
import { getTimeOffset, server } from '../../stores/server';
import { pushToast } from '../../stores/toast';
import Ad from '../../components/Ad.svelte';
Chart.defaults.global.defaultFontColor = '#cbd5e0';
Chart.defaults.global.defaultFontFamily = 'Poppins';
@ -627,6 +628,8 @@
</div>
</div>
{/if}
<Ad type="desktop" variant="lb" id="2" />
<Ad type="mobile" variant="lb" id="1" />
</div>
<style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB