|
沙发
楼主 |
发表于 2024-6-17 17:26:53
来自手机
|
只看该作者
沙发 心灵亮光说: 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
来自:掌上乐园 |
|