Skip to content

Commit c999516

Browse files
committed
更改了一点排版
1 parent b02f496 commit c999516

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

wtfdig/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
{/key}
152152
{/each}
153153
{#if strat?.swapNote && strat?.swapStrats}
154-
<div class="col-span-3">
154+
<div class="col-span-6">
155155
<Accordion class="card variant-ghost-secondary" >
156156
<AccordionItem open padding="py-4 px-4">
157157
<svelte:fragment slot="lead"><img width="24px" src={"./swap-icon.png"} /></svelte:fragment>

wtfdig/src/routes/+page.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8208,9 +8208,9 @@ const ziyanStrat: Strat = {
82088208
}
82098209
},
82108210
],
8211-
swapNote: "我换到了华容道的东北角!现在怎么站?",
8212-
swapWarning:"请迅速挑衅重新建立仇恨 T需要换到逆时针方向的路口上(如潜地炮预站位)",
8213-
swapStrats: [
8211+
anotherSwapNote: "我换到了华容道的东北角!现在怎么站?",
8212+
anotherSwapWarning:"请迅速挑衅重新建立仇恨 T需要换到逆时针方向的路口上(如潜地炮预站位)",
8213+
anotherSwapStrats: [
82148214
{
82158215
mechanic: '潜地炮预站位',
82168216
description: '',
@@ -8230,9 +8230,9 @@ const ziyanStrat: Strat = {
82308230
mask: 'radial-gradient(circle at 37.5% 42.3%, black 10%, rgba(0, 0, 0, 0.2) 10%)',
82318231
},
82328232
],
8233-
anotherSwapNote: "我换到了华容道的东南角!现在怎么站?",
8234-
anotherSwapWarning:"请迅速挑衅重新建立仇恨 T需要换到逆时针方向的路口上(如潜地炮预站位)",
8235-
anotherSwapStrats: [
8233+
thirdSwapNote: "我换到了华容道的东南角!现在怎么站?",
8234+
thirdSwapWarning:"请迅速挑衅重新建立仇恨 T需要换到逆时针方向的路口上(如潜地炮预站位)",
8235+
thirdSwapStrats: [
82368236
{
82378237
mechanic: '潜地炮预站位',
82388238
description: '',

0 commit comments

Comments
 (0)