上传文件至 static/webui

This commit is contained in:
BanLanGen 2025-07-25 08:25:01 -07:00
parent 4e93132376
commit 659fdf8811

View File

@ -922,6 +922,26 @@
<input class="form-check-input" type="checkbox" id="worldState.starDays" />
<label class="form-check-label" for="worldState.starDays" data-loc="worldState_starDays"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="worldState.TennoCon" />
<label class="form-check-label" for="worldState.TennoCon" data-loc="worldState_TennoCon"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="worldState.Fomorian" />
<label class="form-check-label" for="worldState.Fomorian" data-loc="worldState_Fomorian"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="worldState.BellyoftheBeast" />
<label class="form-check-label" for="worldState.BellyoftheBeast" data-loc="worldState_BellyoftheBeast"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="worldState.RecurringGhoul" />
<label class="form-check-label" for="worldState.RecurringGhoul" data-loc="worldState_RecurringGhoul"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="worldState.HeatFissures" />
<label class="form-check-label" for="worldState.HeatFissures" data-loc="worldState_HeatFissures"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="worldState.varziaFullyStocked" />
<label class="form-check-label" for="worldState.varziaFullyStocked" data-loc="worldState_varziaFullyStocked"></label>