Skip to content

Commit

Permalink
feat: update banner info
Browse files Browse the repository at this point in the history
  • Loading branch information
voderl committed Jul 20, 2023
1 parent 0451591 commit fa0f8dc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/pools-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ window.CHARACTER_POOLS = [
five: ['eula', 'klee'],
four: ['mika', 'razor', 'thoma'],
},
{
from: '2023-07-25 18:00:00',
to: '2023-08-15 14:59:59',
five: ['wanderer', 'sangonomiyakokomi'],
four: ['faruzan', 'rosaria', 'yanfei'],
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -591,6 +597,12 @@ window.WEAPON_POOLS = [
five: ['songofbrokenpines', 'lostprayertothesacredwinds'],
four: ['thealleyflash', 'rainslasher', 'favoniuslance', 'eyeofperception', 'alleyhunter'],
},
{
from: '2023-07-25 18:00:00',
to: '2023-08-15 14:59:59',
five: ['everlastingmoonglow', 'tulaytullahsremembrance'],
four: ['lionsroar', 'thebell', 'dragonsbane', 'wineandsong', 'favoniuswarbow'],
},
];

window.LOCALES_DATA = {
Expand Down
14 changes: 14 additions & 0 deletions public/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@ window.CHARACTER_POOLS = [
four: ['米卡', '雷泽', '托马'],
name: '浪涌之瞬|叶落风随',
},
{
from: '2023-07-25 18:00:00',
to: '2023-08-15 14:59:59',
five: ['流浪者', '珊瑚宫心海'],
four: ['珐露珊', '罗莎莉亚', '烟绯'],
name: '余火变相|浮岳虹珠',
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -688,4 +695,11 @@ window.WEAPON_POOLS = [
four: ['暗巷闪光', '雨裁', '西风长枪', '昭心', '暗巷猎手'],
name: '神铸赋形',
},
{
from: '2023-07-25 18:00:00',
to: '2023-08-15 14:59:59',
five: ['不灭月华', '图莱杜拉的回忆'],
four: ['匣里龙吟', '钟剑', '匣里灭辰', '暗巷的酒与诗', '西风猎弓'],
name: '神铸赋形',
},
];

1 comment on commit fa0f8dc

@vercel
Copy link

@vercel vercel bot commented on fa0f8dc Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.