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 May 25, 2024
1 parent 3163b77 commit 3033761
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 @@ -384,6 +384,12 @@ window.CHARACTER_POOLS = [
five: ['arlecchino', 'lyney'],
four: ['freminet', 'lynette', 'xiangling'],
},
{
from: '2024-05-14 18:00:00',
to: '2024-06-04 14:59:59',
five: ['baizhu', 'wanderer'],
four: ['layla', 'faruzan', 'beidou'],
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -759,6 +765,12 @@ window.WEAPON_POOLS = [
five: ['crimsonmoonssemblance', 'thefirstgreatmagic'],
four: ['thedockhandsassistant', 'portablepowersaw', 'dragonsbane', 'eyeofperception', 'favoniuswarbow'],
},
{
from: '2024-05-14 18:00:00',
to: '2024-06-04 14:59:59',
five: ['tulaytullahsremembrance', 'jadefallssplendor'],
four: ['favoniussword', 'rainslasher', 'prospectorsdrill', 'sacrificialfragments', 'rangegauge'],
},
];

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 @@ -447,6 +447,13 @@ window.CHARACTER_POOLS = [
four: ['菲米尼', '琳妮特', '香菱'],
name: '炉边烬影|光与影的戏术',
},
{
from: '2024-05-14 18:00:00',
to: '2024-06-04 14:59:59',
five: ['白术', '流浪者'],
four: ['莱依拉', '珐露珊', '北斗'],
name: '心珠循琅|余火变相',
},
];
window.WEAPON_POOLS = [
{
Expand Down Expand Up @@ -884,4 +891,11 @@ window.WEAPON_POOLS = [
four: ['船坞长剑', '便携动力锯', '匣里灭辰', '昭心', '西风猎弓'],
name: '神铸赋形',
},
{
from: '2024-05-14 18:00:00',
to: '2024-06-04 14:59:59',
five: ['图莱杜拉的回忆', '碧落之珑'],
four: ['西风剑', '雨裁', '勘探钻机', '祭礼残章', '测距规'],
name: '神铸赋形',
},
];

0 comments on commit 3033761

Please sign in to comment.