mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(全能计算器): 京东弹窗 (#1876)
* Update com.jincheng.supercaculator.ts * Update com.jincheng.supercaculator.ts * Update com.jincheng.supercaculator.ts * feat(全能计算器): 规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li> close #1834
This commit is contained in:
@@ -8,12 +8,22 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '弹窗广告',
|
name: '弹窗广告',
|
||||||
desc: '点击右上角x',
|
desc: '点击右上角x',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
activityIds: 'com.jincheng.supercaculator.activity.MainActivity',
|
activityIds: 'com.jincheng.supercaculator.activity.MainActivity',
|
||||||
rules: '@Image < View < View TextView[text = "反馈"]',
|
matches: '@Image < View < View TextView[text = "反馈"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12859523',
|
'https://i.gkd.li/import/12859523',
|
||||||
'https://i.gkd.li/import/12859545',
|
'https://i.gkd.li/import/12859545',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
activityIds: 'com.jincheng.supercaculator.activity.SplashActivity',
|
||||||
|
matches:
|
||||||
|
'TextView < LinearLayout[childCount=2] < FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/13261870'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user