Skip to content

Commit b4f8b21

Browse files
committed
修改了一些小错误,隐藏了日基的选项
1 parent e67f040 commit b4f8b21

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

wtfdig/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<h2>你用哪个打法?</h2>
4949
<RadioGroup>
5050
<RadioItem bind:group={stratName} name="stratName" value={'ziyan'}>子言+MMW</RadioItem>
51-
<RadioItem bind:group={stratName} name="stratName" value={'idyll'}>田园郡改</RadioItem>
51+
<!-- <RadioItem bind:group={stratName} name="stratName" value={'idyll'}>田园郡改</RadioItem> -->
5252
<RadioItem bind:group={stratName} name="stratName" value={'raidplan'}>Raidplan</RadioItem>
5353
<RadioItem bind:group={stratName} name="stratName" value={'codcar'}>CODCAR</RadioItem>
5454
<RadioItem bind:group={stratName} name="stratName" value={'healerout'}>HealerOut</RadioItem>

wtfdig/src/routes/+page.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7483,7 +7483,7 @@ const ziyanStrat: Strat = {
74837483
mechanic: '分散式波动炮',
74847484
description: '',
74857485
imageUrl: './strats/ziyan/tiles-southwest-aoe-spread.png',
7486-
mask: 'radial-gradient(circle at 62.5% 50%, black 10%, rgba(0, 0, 0, 0.2) 10%)',
7486+
mask: 'radial-gradient(circle at 63.5% 50%, black 10%, rgba(0, 0, 0, 0.2) 10%)',
74877487
},
74887488
{
74897489
mechanic: '回旋式波动炮-顺时针',
@@ -7619,19 +7619,19 @@ const ziyanStrat: Strat = {
76197619
mechanic: '分散式波动炮',
76207620
description: '',
76217621
imageUrl: './strats/ziyan/tiles-southeast-aoe-spread.png',
7622-
mask: 'radial-gradient(circle at 37% 57.7%, black 10%, rgba(0, 0, 0, 0.2) 10%)',
7622+
mask: 'radial-gradient(circle at 37% 50%, black 10%, rgba(0, 0, 0, 0.2) 10%)',
76237623
},
76247624
{
76257625
mechanic: '回旋式波动炮-顺时针',
76267626
description: '你在危险区:\n优先级最高往安全区走',
76277627
imageUrl: './strats/ziyan/tiles-south-cw.png',
7628-
mask: 'radial-gradient(circle at 81.2% 50%, black 7%, rgba(0, 0, 0, 0.2) 7%)'
7628+
mask: 'radial-gradient(circle at 19.2% 48.9%, black 7%, rgba(0, 0, 0, 0.2) 7%)'
76297629
},
76307630
{
76317631
mechanic: '回旋式波动炮-逆时针',
76327632
description: '你在安全区:\n去水平方向的突起',
76337633
imageUrl: './strats/ziyan/tiles-south-ccw.png',
7634-
mask: 'radial-gradient(circle at 6.2% 50%, black 7%, rgba(0, 0, 0, 0.2) 7%)'
7634+
mask: 'radial-gradient(circle at 93.6% 49.1%, black 7%, rgba(0, 0, 0, 0.2) 7%)'
76357635
},
76367636
{
76377637
mechanic: '换线',
@@ -8177,7 +8177,7 @@ const ziyanStrat: Strat = {
81778177
{
81788178
mechanic: '换线',
81798179
description: '十字路口南侧的格子',
8180-
imageUrl: './strats/ziyan/tiles-northwest-swap.png',
8180+
imageUrl: './strats/ziyan/tiles-northeast-swap.png',
81818181
mask: 'radial-gradient(circle at 49.9% 82.5%, black 12%, rgba(0, 0, 0, 0.2) 12%)'
81828182
},
81838183
],

0 commit comments

Comments
 (0)