Skip to content

Commit 7b7291b

Browse files
committed
完成了使用了子言+mmw素材的WTFDIG
1 parent 748d7c5 commit 7b7291b

3 files changed

Lines changed: 351 additions & 130 deletions

File tree

wtfdig/src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
type: 'alert',
1717
title: '更新日志',
1818
body:
19-
`4/9/2025:增加了子言视频内idyll改的图片资源的选项,为子言选项中每种不同换位后位置添加了单独的小窗
19+
`4/9/2025:增加了子言+MMW视频内idyll改的图片资源的选项,为子言选项中每种不同换位后位置添加了单独的小窗
2020
3/20/2025:添加了中文翻译(add Chinese translation)
2121
1/21/2025: added warning for core-lateral and lateral-core swap in 7.16
2222
1/20/2025: added more comprehensive post-swap spots to HealerOut
@@ -63,7 +63,7 @@
6363
<a target="_blank" rel="noopener noreferrer" class="text-blue-600 dark:text-blue-500 hover:underline" href="https://bbs.nga.cn/read.php?tid=43666710">
6464
NGA帖子
6565
</a>
66-
回复
66+
回复<br>谢谢素素做的部署!笔芯
6767
</div>
6868
<div>FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd. FINAL FANTASY XIV © SQUARE ENIX</div>
6969
</div>

wtfdig/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div>
4848
<h2>你用哪个打法?</h2>
4949
<RadioGroup>
50-
<RadioItem bind:group={stratName} name="stratName" value={'ziyan'}>子言</RadioItem>
50+
<RadioItem bind:group={stratName} name="stratName" value={'ziyan'}>子言+MMW</RadioItem>
5151
<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>

0 commit comments

Comments
 (0)