feat(迅雷): 传输界面-广告弹窗 (#917)

* feat(迅雷):传输界面-广告弹窗

* Update com.xunlei.downloadprovider.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-10-11 23:39:43 +08:00
committed by GitHub
parent 2bf5db5db4
commit e36a0bdea9

View File

@@ -67,5 +67,15 @@ export default defineAppConfig({
rules: '[id="com.xunlei.downloadprovider:id/close_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12707698',
},
{
enable: true,
key: 11,
name: '传输界面-广告弹窗',
desc: '自动点击 右上角x 关闭',
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
rules: '@View +4 TextView[text="反馈"] + View TextView[text="广告"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12865892',
},
],
});