feat(剪映): 分段广告

This commit is contained in:
AIsouler
2024-03-19 17:56:43 +08:00
parent 575f9b94bc
commit cd6c509ed5

View File

@@ -6,22 +6,24 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 0, key: 0,
name: '局部广告-导出界面底部广告', name: '分段广告-导出界面底部广告',
desc: '关闭完成导出后的下方广告', desc: '点击[关闭]-点击[不感兴趣]',
quickFind: true,
activityIds: 'com.vega.export.edit.view.ExportActivity', activityIds: 'com.vega.export.edit.view.ExportActivity',
rules: [ rules: [
{ {
key: 0, key: 0,
matches: '@FlattenUIImage + LynxAdComponentView', name: '点击[关闭]',
snapshotUrls: 'https://i.gkd.li/i/12911010', matches:
'LynxAdComponentView < * > @FlattenUIImage <<n [vid="exportAdContainer"]',
snapshotUrls: 'https://i.gkd.li/i/14648627',
}, },
{ {
preKeys: [0],
key: 1, key: 1,
matches: name: '点击[不感兴趣]',
'[vid="exportAdContainer"] FrameLayout[childCount=7] > FlattenUIImage[index=6]', matches: '@[clickable=true] > [text="不感兴趣"]',
exampleUrls: snapshotUrls: 'https://i.gkd.li/i/14648626',
'https://m.gkd.li/57941037/bc46565b-16ac-4415-8165-13d075f28fcf',
snapshotUrls: 'https://i.gkd.li/i/14149461',
}, },
], ],
}, },