mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(腾讯视频): 开屏广告
This commit is contained in:
@@ -5,6 +5,26 @@ export default defineAppConfig({
|
|||||||
name: '腾讯视频',
|
name: '腾讯视频',
|
||||||
deprecatedKeys: [5, 19],
|
deprecatedKeys: [5, 19],
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
action: 'clickCenter', //反馈测试clickNode点击无效
|
||||||
|
matches: 'TextView[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12700227',
|
||||||
|
'https://i.gkd.li/import/12700122',
|
||||||
|
'https://i.gkd.li/import/12700541',
|
||||||
|
'https://i.gkd.li/import/12910953',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式弹窗',
|
||||||
|
|||||||
Reference in New Issue
Block a user