mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +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,11 +8,21 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '弹窗广告',
|
||||
desc: '点击右上角x',
|
||||
activityIds: 'com.jincheng.supercaculator.activity.MainActivity',
|
||||
rules: '@Image < View < View TextView[text = "反馈"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12859523',
|
||||
'https://i.gkd.li/import/12859545',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.jincheng.supercaculator.activity.MainActivity',
|
||||
matches: '@Image < View < View TextView[text = "反馈"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12859523',
|
||||
'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