--判断当前是输入法执行默认手势，
if service.check("编辑框",node) then
return false
end


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


按钮列表={
"#上一首",
"上一首*",
"QQ",
"调暗屏幕",
{"帐户及设置","设置","聊天记录","清空消息列表"},
{"清空消息列表$5000","返回设置","返回","返*$1000"},
{"聊天设置","聊天记录","删除","删除手机聊天记录",},
{"返回@微信","微信#0$2000","订阅号"},
{"发现@微信","朋友圈"},"微信",
{"群资料卡","*聊天*","删除"},
"拒绝","上一页",
"不保存","否|取消",
"完成","取消#0",
}
if service .click (按钮列表) then
return true
end
return true