feat(海鸥加速器): 谷歌广告(补充 activityId) (#2510)

This commit is contained in:
Kun Jinkao
2023-11-26 21:45:25 +08:00
committed by GitHub
parent 4f274c6b2b
commit baa80ad001

View File

@@ -20,17 +20,23 @@ export default defineAppConfig({
}, },
{ {
key: 2, key: 2,
name: '全屏广告', name: '谷歌广告',
rules: [ rules: [
{ {
key: 0, key: 0,
name: '全屏广告-1', name: '谷歌广告-1',
activityIds: 'io.github.trojan_gfw.igniter.MainActivity', activityIds: [
'io.github.trojan_gfw.igniter.MainActivity',
'com.google.android.gms.ads.AdActivity',
],
matches: [ matches: [
'[id="mys-wrapper"] + View >n Image', '[id="mys-wrapper"] + View >n Image',
'@View[clickable=true] > [text="关闭"]', '@View[clickable=true] > [text="关闭"]',
], ],
snapshotUrls: 'https://i.gkd.li/import/13426255', snapshotUrls: [
'https://i.gkd.li/import/13426255',
'https://i.gkd.li/import/13459399',
],
}, },
], ],
}, },