mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(豆瓣): 详情页广告弹窗 (#2007)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(豆瓣): 详情页广告弹窗 * feat(豆瓣): 详情页广告 * feat(豆瓣): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,11 +7,11 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: [
|
quickFind: true,
|
||||||
'com.douban.frodo.activity.SplashActivity',
|
matchTime: 10000,
|
||||||
'com.douban.frodo.splash.SplashActivityHot',
|
actionMaximum: 1,
|
||||||
],
|
resetMatch: 'app',
|
||||||
rules: '[id="com.douban.frodo:id/skip"||text^="跳过"]',
|
rules: '[text^="跳过"][text.length<=10]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12505151',
|
'https://i.gkd.li/import/12505151',
|
||||||
'https://i.gkd.li/import/12505152',
|
'https://i.gkd.li/import/12505152',
|
||||||
@@ -228,5 +228,20 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 13,
|
||||||
|
name: '详情页广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
matches: [
|
||||||
|
'[text^="扭动或点击"]',
|
||||||
|
'[text^="扭动或点击"] <n FrameLayout[childCount=4] -5 FrameLayout[childCount=2] > FrameLayout[childCount=3] > FrameLayout[childCount=1] > ImageView[id=null]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13318902',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user