mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-20 15:54:50 +01:00
Update banner
This commit is contained in:
parent
5d57002149
commit
bf5db91d41
4 changed files with 24 additions and 0 deletions
|
@ -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'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -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>
|
||||
|
|
BIN
static/images/banners/Epitome Invocation 19.jpg
Normal file
BIN
static/images/banners/Epitome Invocation 19.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 293 KiB |
BIN
static/images/banners/Farewell of Snezhnaya 3.png
Normal file
BIN
static/images/banners/Farewell of Snezhnaya 3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 497 KiB |
Loading…
Reference in a new issue