来自:掌上乐园作者: 心灵亮光 时间: 2024-6-17 17:26
if service.isInWebView(node)
local wy,jd=service.getWebAllTextList(),service.getText(node)
local t,n,a={},0,""
for i=0,#wy-1
if wy==jd
n=i
break
end
end
for j=n,#wy-1
if wy[j]~=a and #wy[j]~=3
table.insert(t,wy[j])
end
a=wy[j]
end
wy=table.concat(t,"。”")
wy=utf8.gsub(wy,"https?://[%w%%%=#/%?%._%-%+&]+","链接")
wy=utf8.gsub(wy,"广告。”.-。”.-。”.-。”","")
service.speak(wy)
else
service.execute("自动浏览",node)
end
return true