From 2761cf38bd179c27616c2fd00eecea6803664ed7 Mon Sep 17 00:00:00 2001
From: Beginner <70857188+Beginner-Go@users.noreply.github.com>
Date: Thu, 19 Aug 2021 22:35:56 +0800
Subject: [PATCH] luci-app-pushbot: update docs links (#7704)
Updated the doc link for Dingding, Ent-Wechat
Co-authored-by: zzsj0928 <69092025+zzsj0928@users.noreply.github.com>
---
.../luci-app-pushbot/luasrc/model/cbi/pushbot/setting.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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")