mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +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,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: [
|
matchTime: 10000,
|
||||||
'com.sankuai.movie.welcome.Welcome',
|
actionMaximum: 1,
|
||||||
'com.miui.home.launcher.Launcher',
|
resetMatch: 'app',
|
||||||
],
|
quickFind: true,
|
||||||
rules: '[text="点击跳转详情页"] < FrameLayout +(2) [text$="跳过"]',
|
rules: '[text$="跳过"][text.length<=10]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12649967', // activityId: com.sankuai.movie.welcome.Welcome
|
'https://i.gkd.li/import/12649967', // activityId: com.sankuai.movie.welcome.Welcome
|
||||||
'https://i.gkd.li/import/12649911', // activityId: com.miui.home.launcher.Launcher
|
'https://i.gkd.li/import/12649911', // activityId: com.miui.home.launcher.Launcher
|
||||||
@@ -20,10 +20,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
activityIds: [
|
activityIds: ['com.maoyan.android.adx.popupads.d'],
|
||||||
'com.maoyan.android.adx.popupads.d',
|
|
||||||
'com.miui.home.launcher.Launcher',
|
|
||||||
],
|
|
||||||
rules: '[text^="更新"] +(3) LinearLayout > [text="取消"]',
|
rules: '[text^="更新"] +(3) LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12649942', // activityId: com.maoyan.android.adx.popupads.d
|
'https://i.gkd.li/import/12649942', // activityId: com.maoyan.android.adx.popupads.d
|
||||||
|
|||||||
Reference in New Issue
Block a user