更新 main.go

This commit is contained in:
XOF
2025-11-29 03:38:44 +08:00
parent f4b1f88360
commit 174ffa52e4

View File

@@ -216,6 +216,8 @@ func handleIndex(w http.ResponseWriter, r *http.Request) {
<label>
<input type="checkbox" id="notifyEnabled"> 启用通知推送
</label>
</div>
<div class="form-group">
<label>Gotify URL</label>
<input id="gotifyUrl" placeholder="https://gotify.example.com">
</div>