mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-05 13:10:07 +00:00
feat: 添加/修改通知方式时可选择不发送测试信息
This commit is contained in:
@@ -154,6 +154,7 @@ function addOrEditNotification(notification) {
|
||||
} else {
|
||||
modal.find(".ui.nf-ssl.checkbox").checkbox("set unchecked");
|
||||
}
|
||||
modal.find(".ui.nf-skip-check.checkbox").checkbox("set unchecked");
|
||||
showFormModal(
|
||||
".notification.modal",
|
||||
"#notificationForm",
|
||||
|
||||
@@ -44,6 +44,12 @@
|
||||
<label>验证SSL</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<div class="ui nf-skip-check checkbox">
|
||||
<input name="SkipCheck" type="checkbox" tabindex="0" class="hidden">
|
||||
<label>不发送测试信息</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="actions">
|
||||
|
||||
Reference in New Issue
Block a user