mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(OmoFun): 广告弹窗(优化规则)、通知提示-公告弹窗
This commit is contained in:
@@ -11,8 +11,28 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.xifeng.fun.MainActivity',
|
activityIds: 'com.xifeng.fun.MainActivity',
|
||||||
matches: 'FrameLayout[childCount=6] >2 ImageView[visibleToUser=true]',
|
matches:
|
||||||
snapshotUrls: 'https://i.gkd.li/import/14050836',
|
'[id="android:id/content"] >2 FrameLayout[childCount>2] >(1,2) FrameLayout[childCount>4] >2 ImageView',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/14050836',
|
||||||
|
'https://i.gkd.li/import/14235476',
|
||||||
|
'https://i.gkd.li/import/14235478',
|
||||||
|
'https://i.gkd.li/import/14235479',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '通知提示-公告弹窗',
|
||||||
|
desc: '点击"我知道了"',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.xifeng.fun.MainActivity',
|
||||||
|
matches: '[desc="我知道了"][clickable=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/971c3631-a9cc-4aec-992e-6cf1166eea1b',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14235411',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user