* Set default msgtype as markdown for dingding.
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
$(function()
|
||||
{
|
||||
$('#type').change(function()
|
||||
{
|
||||
var type = $(this).val();
|
||||
$('#contentTypeTR').toggle(type != 'dingding');
|
||||
$('#sendTypeTR').toggle(type != 'dingding');
|
||||
$('#paramsTR').toggle(type != 'bearychat' && type != 'dingding');
|
||||
$('#urlNote').html(urlNote[type]);
|
||||
});
|
||||
|
||||
$('.objectType').click(function()
|
||||
{
|
||||
if($(this).prop('checked'))
|
||||
|
||||
Reference in New Issue
Block a user