refactor(settings): remove unused Watchdog Port input field

This commit is contained in:
2026-05-10 15:13:22 +08:00
parent 2247b79908
commit bbb82b350a

View File

@@ -44,10 +44,6 @@
<label for="watchdog-enabled" class="toggle-label"></label>
</div>
</div>
<div class="form-group">
<label>Watchdog Port</label>
<input type="number" v-model="settings.watchdogPort" placeholder="9000">
</div>
</div>
</div>