mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(海鸥加速器): 谷歌广告(补充 activityId) (#2510)
This commit is contained in:
@@ -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',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user