diff --git a/package/lean/luci-app-pushbot/luasrc/model/cbi/pushbot/setting.lua b/package/lean/luci-app-pushbot/luasrc/model/cbi/pushbot/setting.lua index 5bc3258b1..2c0d25230 100644 --- a/package/lean/luci-app-pushbot/luasrc/model/cbi/pushbot/setting.lua +++ b/package/lean/luci-app-pushbot/luasrc/model/cbi/pushbot/setting.lua @@ -57,11 +57,11 @@ a:value("3",translate("飞书")) a:value("4",translate("Bark")) a:value("2",translate("PushPlus")) -a=s:taboption("basic", Value,"dd_webhook",translate('Webhook'), translate("钉钉机器人 Webhook").."
调用代码获取点击这里

") +a=s:taboption("basic", Value,"dd_webhook",translate('Webhook'), translate("钉钉机器人 Webhook").."
调用代码获取点击这里

") a.rmempty = true a:depends("send_we","") -a=s:taboption("basic", Value, "we_webhook", translate("Webhook"),translate("企业微信机器人 Webhook").."
调用代码获取点击这里

") +a=s:taboption("basic", Value, "we_webhook", translate("Webhook"),translate("企业微信机器人 Webhook").."
调用代码获取点击这里

") a.rmempty = true a:depends("send_we","1")