XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore(webui): move "Skip Clan Key Crafting" next to "Skip Tutorial" (#3728)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3728 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>

9dc1ed6f
Animan8000 <187183497+Veniman8000@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -4
Modified static/webui/index.html +4 -4
@@ -1208,14 +1208,14 @@
1208 1208 <input class="form-check-input" type="checkbox" id="skipTutorial" />
1209 1209 <label class="form-check-label" for="skipTutorial" data-loc="cheats_skipTutorial"></label>
1210 1210 </div>
1211 <div class="form-check">
1212 <input class="form-check-input" type="checkbox" id="fullyStockedVendors" />
1213 <label class="form-check-label" for="fullyStockedVendors" data-loc="cheats_fullyStockedVendors"></label>
1214 </div>
1215 1211 <div class="form-check">
1216 1212 <input class="form-check-input" type="checkbox" id="skipClanKeyCrafting" />
1217 1213 <label class="form-check-label" for="skipClanKeyCrafting" data-loc="cheats_skipClanKeyCrafting"></label>
1218 1214 </div>
1215 <div class="form-check">
1216 <input class="form-check-input" type="checkbox" id="fullyStockedVendors" />
1217 <label class="form-check-label" for="fullyStockedVendors" data-loc="cheats_fullyStockedVendors"></label>
1218 </div>
1219 1219 <div class="form-check">
1220 1220 <input class="form-check-input" type="checkbox" id="noHubDiscrimination" />
1221 1221 <label class="form-check-label" for="noHubDiscrimination" data-loc="cheats_noHubDiscrimination"></label>