feat(风筝影评): 开屏广告、全屏广告

This commit is contained in:
aisouler
2024-02-10 17:17:10 +08:00
parent 6d31661c09
commit 79fec3b30b

View File

@@ -0,0 +1,40 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.fzfengzheng.fzboyp',
name: '风筝影评',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
exampleUrls:
'https://m.gkd.li/57941037/15464fe7-8f80-468d-8972-011cab0ec377',
snapshotUrls: 'https://i.gkd.li/import/14228338',
},
],
},
{
key: 1,
name: '全屏广告-广告弹窗',
desc: '点击关闭',
rules: [
{
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'View[childCount=6] >2 View[childCount=8] > View[childCount=4] > [text="反馈"] + View[index=3]',
exampleUrls:
'https://m.gkd.li/57941037/3cb59a01-f1ab-4244-b455-3824a5724811',
snapshotUrls: 'https://i.gkd.li/import/14228332',
},
],
},
],
});