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 4, 2023
1 parent d5310e2 commit 0451591
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 @@ -294,6 +294,12 @@ window.CHARACTER_POOLS = [
five: ['alhaitham', 'kaedeharakazuha'],
four: ['yaoyao', 'shikanoinheizou', 'xiangling'],
},
{
from: '2023-07-05 06:00:00',
to: '2023-07-25 17:59:59',
five: ['eula', 'klee'],
four: ['mika', 'razor', 'thoma'],
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -579,6 +585,12 @@ window.WEAPON_POOLS = [
five: ['lightoffoliarincision', 'freedomsworn'],
four: ['favoniussword', 'sacrificialgreatsword', 'wavebreakersfin', 'favoniuscodex', 'mouunsmoon'],
},
{
from: '2023-07-05 06:00:00',
to: '2023-07-25 17:59:59',
five: ['songofbrokenpines', 'lostprayertothesacredwinds'],
four: ['thealleyflash', 'rainslasher', 'favoniuslance', 'eyeofperception', 'alleyhunter'],
},
];

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 @@ -342,6 +342,13 @@ window.CHARACTER_POOLS = [
four: ['瑶瑶', '鹿野院平藏', '香菱'],
name: '敕诫枢谋|叶落风随',
},
{
from: '2023-07-05 06:00:00',
to: '2023-07-25 17:59:59',
five: ['优菈', '可莉'],
four: ['米卡', '雷泽', '托马'],
name: '浪涌之瞬|叶落风随',
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -674,4 +681,11 @@ window.WEAPON_POOLS = [
four: ['西风剑', '祭礼大剑', '断浪长鳍', '西风秘典', '曚云之月'],
name: '神铸赋形',
},
{
from: '2023-07-05 06:00:00',
to: '2023-07-25 17:59:59',
five: ['松籁响起之时', '四风原典'],
four: ['暗巷闪光', '雨裁', '西风长枪', '昭心', '暗巷猎手'],
name: '神铸赋形',
},
];

1 comment on commit 0451591

@vercel
Copy link

@vercel vercel bot commented on 0451591 Jul 4, 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.