mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(心动日常): 开屏广告(优化规则) (#2832)
This commit is contained in:
@@ -8,23 +8,23 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchLauncher: true,
|
||||
activityIds: [
|
||||
'com.youloft.icloser.splash.AdSplashActivity',
|
||||
'com.youloft.icloser.splash.SplashActivity',
|
||||
],
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: [
|
||||
'TextView[text^="跳过"]',
|
||||
'[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
],
|
||||
key: 0,
|
||||
matches: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12910405',
|
||||
'https://i.gkd.li/import/13072365',
|
||||
'https://i.gkd.li/import/13175102',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13072365',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user