返回提交历史
Modified
static/webui/index.html
+8
-8
XFEstudio/SpaceNinjaServer
fixup for 2ca895a5f88be3ab43943142e5d559823cac7387
610a432e
代码差异
1 个文件
+8
-8
@@ -1236,20 +1236,20 @@
1236
1236
<label class="form-label" data-loc="worldState_voidCorruption" data-loc-replace="2025"></label>
1237
1237
<div class="d-flex flex-wrap gap-3">
1238
1238
<div class="form-check">
1239
<input class="form-check-input" type="checkbox" id="worldState.voidCorruptionWeek1" />
1240
<label class="form-check-label" for="worldState.voidCorruptionWeek1" data-loc="worldState_week" data-loc-replace="1"></label>
1239
<input class="form-check-input" type="checkbox" id="worldState.voidCorruption2025Week1" />
1240
<label class="form-check-label" for="worldState.voidCorruption2025Week1" data-loc="worldState_week" data-loc-replace="1"></label>
1241
1241
</div>
1242
1242
<div class="form-check">
1243
<input class="form-check-input" type="checkbox" id="worldState.voidCorruptionWeek2" />
1244
<label class="form-check-label" for="worldState.voidCorruptionWeek2" data-loc="worldState_week" data-loc-replace="2"></label>
1243
<input class="form-check-input" type="checkbox" id="worldState.voidCorruption2025Week2" />
1244
<label class="form-check-label" for="worldState.voidCorruption2025Week2" data-loc="worldState_week" data-loc-replace="2"></label>
1245
1245
</div>
1246
1246
<div class="form-check">
1247
<input class="form-check-input" type="checkbox" id="worldState.voidCorruptionWeek3" />
1248
<label class="form-check-label" for="worldState.voidCorruptionWeek3" data-loc="worldState_week" data-loc-replace="3"></label>
1247
<input class="form-check-input" type="checkbox" id="worldState.voidCorruption2025Week3" />
1248
<label class="form-check-label" for="worldState.voidCorruption2025Week3" data-loc="worldState_week" data-loc-replace="3"></label>
1249
1249
</div>
1250
1250
<div class="form-check">
1251
<input class="form-check-input" type="checkbox" id="worldState.voidCorruptionWeek4" />
1252
<label class="form-check-label" for="worldState.voidCorruptionWeek4" data-loc="worldState_week" data-loc-replace="4"></label>
1251
<input class="form-check-input" type="checkbox" id="worldState.voidCorruption2025Week4" />
1252
<label class="form-check-label" for="worldState.voidCorruption2025Week4" data-loc="worldState_week" data-loc-replace="4"></label>
1253
1253
</div>
1254
1254
</div>
1255
1255
</div>