mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
fix(猫眼):开屏广告 (#2476)
* fix: 猫眼 * feat(猫眼): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #2475
This commit is contained in:
@@ -7,11 +7,11 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'com.sankuai.movie.welcome.Welcome',
|
||||
'com.miui.home.launcher.Launcher',
|
||||
],
|
||||
rules: '[text="点击跳转详情页"] < FrameLayout +(2) [text$="跳过"]',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[text$="跳过"][text.length<=10]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12649967', // activityId: com.sankuai.movie.welcome.Welcome
|
||||
'https://i.gkd.li/import/12649911', // activityId: com.miui.home.launcher.Launcher
|
||||
@@ -20,10 +20,7 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: [
|
||||
'com.maoyan.android.adx.popupads.d',
|
||||
'com.miui.home.launcher.Launcher',
|
||||
],
|
||||
activityIds: ['com.maoyan.android.adx.popupads.d'],
|
||||
rules: '[text^="更新"] +(3) LinearLayout > [text="取消"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12649942', // activityId: com.maoyan.android.adx.popupads.d
|
||||
|
||||
Reference in New Issue
Block a user