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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

fix(webui): assign labels for appropriate inputs (#2391)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2391 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>

d2ab894c
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

1 个文件 +7 -7
Modified static/webui/index.html +7 -7
@@ -865,7 +865,7 @@
865 865 <label class="form-check-label" for="worldState.starDays" data-loc="worldState_starDays"></label>
866 866 </div>
867 867 <div class="form-group mt-2">
868 <label class="form-label" for="changeSyndicate" data-loc="worldState_galleonOfGhouls"></label>
868 <label class="form-label" for="worldState.galleonOfGhouls" data-loc="worldState_galleonOfGhouls"></label>
869 869 <select class="form-control" id="worldState.galleonOfGhouls">
870 870 <option value="0" data-loc="disabled"></option>
871 871 <option value="1" data-loc="worldState_we1"></option>
@@ -874,7 +874,7 @@
874 874 </select>
875 875 </div>
876 876 <div class="form-group mt-2">
877 <label class="form-label" for="changeSyndicate" data-loc="worldState_eidolonOverride"></label>
877 <label class="form-label" for="worldState.eidolonOverride" data-loc="worldState_eidolonOverride"></label>
878 878 <select class="form-control" id="worldState.eidolonOverride">
879 879 <option value="" data-loc="disabled"></option>
880 880 <option value="day" data-loc="worldState_day"></option>
@@ -882,7 +882,7 @@
882 882 </select>
883 883 </div>
884 884 <div class="form-group mt-2">
885 <label class="form-label" for="changeSyndicate" data-loc="worldState_vallisOverride"></label>
885 <label class="form-label" for="worldState.vallisOverride" data-loc="worldState_vallisOverride"></label>
886 886 <select class="form-control" id="worldState.vallisOverride">
887 887 <option value="" data-loc="disabled"></option>
888 888 <option value="warm" data-loc="worldState_warm"></option>
@@ -890,7 +890,7 @@
890 890 </select>
891 891 </div>
892 892 <div class="form-group mt-2">
893 <label class="form-label" for="changeSyndicate" data-loc="worldState_duviriOverride"></label>
893 <label class="form-label" for="worldState.duviriOverride" data-loc="worldState_duviriOverride"></label>
894 894 <select class="form-control" id="worldState.duviriOverride">
895 895 <option value="" data-loc="disabled"></option>
896 896 <option value="joy" data-loc="worldState_joy"></option>
@@ -901,7 +901,7 @@
901 901 </select>
902 902 </div>
903 903 <div class="form-group mt-2">
904 <label class="form-label" for="changeSyndicate" data-loc="worldState_nightwaveOverride"></label>
904 <label class="form-label" for="worldState.nightwaveOverride" data-loc="worldState_nightwaveOverride"></label>
905 905 <select class="form-control" id="worldState.nightwaveOverride">
906 906 <option value="" data-loc="disabled"></option>
907 907 <option value="RadioLegionIntermission13Syndicate" data-loc="worldState_RadioLegionIntermission13Syndicate"></option>
@@ -923,7 +923,7 @@
923 923 </select>
924 924 </div>
925 925 <div class="form-group mt-2">
926 <label class="form-label" for="changeSyndicate" data-loc="worldState_fissures"></label>
926 <label class="form-label" for="worldState.allTheFissures" data-loc="worldState_fissures"></label>
927 927 <select class="form-control" id="worldState.allTheFissures">
928 928 <option value="" data-loc="normal"></option>
929 929 <option value="normal" data-loc="worldState_allAtOnceNormal"></option>
@@ -938,7 +938,7 @@
938 938 </div>
939 939 </form>
940 940 <form class="form-group mt-2" onsubmit="doSaveConfigFloat('worldState.darvoStockMultiplier'); return false;">
941 <label class="form-label" for="worldState.circuitGameModes" data-loc="worldState_darvoStockMultiplier"></label>
941 <label class="form-label" for="worldState.darvoStockMultiplier" data-loc="worldState_darvoStockMultiplier"></label>
942 942 <div class="input-group">
943 943 <input id="worldState.darvoStockMultiplier" class="form-control" type="number" step="0.01" data-default="1" />
944 944 <button class="btn btn-primary" type="submit" data-loc="cheats_save"></button>