--提取号码和网址，
text=tostring(service.getText(node))
if text:find("%d%d%d%d%d") or text:find("http") then
service.plugin("提取网址和号码",node)
service.plugin("提取号码",node)
service.plugin("提取网址",node)
return true
end


按钮列表=
{
{"%扩展插件&*更多功能按钮，已折叠*$5""自动抢红包>50$5"}"分享到朋友圈"
{"更多",},
}
if service.click(按钮列表) then
  return true
end
--常用命令，将下面的点击改成你所需要的解说常用功能即可，例如自动浏览打开通知栏等。
service.execute("打开通知栏",node)return true