if service.check("进度条",node) and service.execute("增加进度",node) then
return true
end


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


按钮列表=
{
"%上个链接",
"停止运行",
"挂*",
"拒接",
"结束通话",
"#上一首","上一首","上一曲",

--唱吧上一曲备注
"#play next music",
{"#toggleplaybox#0$50","#play next music"},

"插件编辑","长文本编辑","全文浏览","取消",
"完成","拒绝",
"仅此一次",
"上一页","不保存","否|不用|以后再说",
{"重新启动","确定"},
{"%通知栏@InCallUI","拒接>50$50","%返回"},
}
service.click(按钮列表)
return true