From 70be80e8ad47300160b1e9eab711678ce258841d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=B6=E5=90=8E=E4=B8=83=E5=B9=B4?= <69092025+zzsj0928@users.noreply.github.com> Date: Wed, 21 Apr 2021 21:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A0=E6=AD=A3=E4=B8=80=E4=B8=AA=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luasrc/model/cbi/serverchand/setting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/model/cbi/serverchand/setting.lua b/luasrc/model/cbi/serverchand/setting.lua index 0e1878a0..24500a5a 100644 --- a/luasrc/model/cbi/serverchand/setting.lua +++ b/luasrc/model/cbi/serverchand/setting.lua @@ -51,7 +51,7 @@ a=s:taboption("basic", Value,"pp_channel",translate('PushPlus Channel'), transla a.rmempty = true a:depends("send_we","2") -a=s:taboption("basic", Value,"pp_webhook",translate('PushPlus Token'), translate("PushPlus 自定义Webhook").."
第三方webhook或企业微信调用
默认为空或wechat,以推送至微信公众号
具体自定义Webhook设定参见:点击这里

") +a=s:taboption("basic", Value,"pp_webhook",translate('PushPlus Custom Webhook'), translate("PushPlus 自定义Webhook").."
第三方webhook或企业微信调用
默认为空或wechat,以推送至微信公众号
具体自定义Webhook设定参见:点击这里

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