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 15, 2024
1 parent 420299f commit cd1b39a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
18 changes: 15 additions & 3 deletions public/pools-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,13 @@ window.CHARACTER_POOLS = [
five: ['sigewinne', 'furina'],
four: ['noelle', 'gaming', 'rosaria'],
},
];
{
from: '2024-07-17 06:00:00',
to: '2024-08-06 17:59:59',
five: ['navia', 'nilou'],
four: ['kirara', 'kaveh', 'ningguang'],
},
]
window.WEAPON_POOLS = [
{
from: '2020-10-20 18:00:00',
Expand Down Expand Up @@ -752,7 +758,7 @@ window.WEAPON_POOLS = [
to: '2024-02-20 17:59:59',
five: ['cranesechoingcall', 'athousandfloatingdreams'],
four: ['sacrificialsword', 'sacrificialgreatsword', 'lithicspear', 'sacrificialfragments', 'sacrificialbow'],
},
},
{
from: '2024-02-20 18:00:00',
to: '2024-03-12 14:59:59',
Expand Down Expand Up @@ -795,7 +801,13 @@ window.WEAPON_POOLS = [
five: ['silvershowerheartstrings', 'splendoroftranquilwaters'],
four: ['lionsroar', 'lithicblade', 'favoniuslance', 'favoniuscodex', 'sacrificialbow'],
},
];
{
from: '2024-07-17 06:00:00',
to: '2024-08-06 17:59:59',
five: ['verdict', 'keyofkhajnisut'],
four: ['xiphosmoonlight', 'thebell', 'dragonsbane', 'eyeofperception', 'rust'],
},
]

window.LOCALES_DATA = {
"ChineseSimplified": {
Expand Down
20 changes: 17 additions & 3 deletions public/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,14 @@ window.CHARACTER_POOLS = [
four: ['诺艾尔', '嘉明', '罗莎莉亚'],
name: '柔柔海露心|众水的颂诗',
},
];
{
from: '2024-07-17 06:00:00',
to: '2024-08-06 17:59:59',
five: ['娜维娅', '妮露'],
four: ['绮良良', '卡维', '凝光'],
name: '刺玫的铭誓|翩舞歈莲',
},
]
window.WEAPON_POOLS = [
{
from: '2020-10-20 18:00:00',
Expand Down Expand Up @@ -876,7 +883,7 @@ window.WEAPON_POOLS = [
five: ['鹤鸣余音', '千夜浮梦'],
four: ['祭礼剑', '祭礼大剑', '千岩长枪', '祭礼残章', '祭礼弓'],
name: '神铸赋形',
},
},
{
from: '2024-02-20 18:00:00',
to: '2024-03-12 14:59:59',
Expand Down Expand Up @@ -926,4 +933,11 @@ window.WEAPON_POOLS = [
four: ['匣里龙吟', '千岩古剑', '西风长枪', '西风秘典', '祭礼弓'],
name: '神铸赋形',
},
];
{
from: '2024-07-17 06:00:00',
to: '2024-08-06 17:59:59',
five: ['裁断', '圣显之钥'],
four: ['西福斯的月光', '钟剑', '匣里灭辰', '昭心', '弓藏'],
name: '神铸赋形',
},
]

0 comments on commit cd1b39a

Please sign in to comment.