mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +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,
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'com.douban.frodo.activity.SplashActivity',
|
||||
'com.douban.frodo.splash.SplashActivityHot',
|
||||
],
|
||||
rules: '[id="com.douban.frodo:id/skip"||text^="跳过"]',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12505151',
|
||||
'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