Files
OMS/app/monitor/view/admin/setting/dingding.html
2025-12-28 23:13:25 +08:00

16 lines
546 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<div class="form-layout-block">
<!-- <h3>Webhook地址</h3> -->
<div class="form-layout-fields form-layout-fields-column">
<div class="form-field oidc-content">
<span class="form-field-label">Webhook地址</span>
<{input type='text' class='form-input' placeholder='请输入Webhook地址' name='dingding[webhook]' value=$dingding.webhook size=60}>
</div>
</div>
</div>