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


if service.check("进度条",node) and service.execute("增加进度",node) then
return true
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



if service.check("编辑框",node) then
service.execute("剪切板",node)
return true
end


按钮列表=
{
"挂*","拒接",
"#上一首","上一首","上一曲",
"完成","拒绝",
"仅此一次",
"上一页","不保存","否",
{"重新启动","确定"},
"全文浏览","取消",
}
if service.getEditText()==nil then
table.insert(按钮列表,1,"取消")
end
if service .click (按钮列表) then
return true
end
return true