This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jump_com.huawei.hwread.dz
- Loading branch information
Showing
44 changed files
with
737 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'com.ccbhome.lanhai', | ||
name: 'CCB建融家园', | ||
groups: [ | ||
{ | ||
key: 0, | ||
name: '开屏广告', | ||
quickFind: true, | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: '[text$="跳过"][text.length<=10]', | ||
snapshotUrls: 'https://i.gkd.li/import/13399182', | ||
}, | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'com.codoon.gps', | ||
name: '咕咚', | ||
groups: [ | ||
{ | ||
key: 0, | ||
name: '开屏广告', | ||
quickFind: true, | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: [ | ||
{ | ||
key: 0, | ||
name: '【跳过+倒计时】型', | ||
matches: '[text*="跳过"][text.length<=10]', | ||
snapshotUrls: 'https://i.gkd.li/import/13348806', | ||
}, | ||
], | ||
}, | ||
{ | ||
key: 1, | ||
name: '广告弹窗', | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'activity', | ||
activityIds: 'com.codoon.gps.ui.SlideActivity', | ||
rules: [ | ||
{ | ||
name: '首页-广告弹窗', | ||
matches: | ||
'[id="android:id/content"] >2 RelativeLayout > ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]', | ||
snapshotUrls: 'https://i.gkd.li/import/13358586', | ||
}, | ||
{ | ||
name: '运动圈-广告弹窗', | ||
matches: | ||
'[id="android:id/content"] >4 FrameLayout > ImageView + FrameLayout > ImageView', | ||
snapshotUrls: 'https://i.gkd.li/import/13348663', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'com.diershoubing.erbing', | ||
name: '二柄', | ||
groups: [ | ||
{ | ||
key: 0, | ||
name: '开屏广告', | ||
quickFind: true, | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: | ||
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="com.diershoubing.erbing:id/containerV"]', | ||
snapshotUrls: 'https://i.gkd.li/import/13378853', | ||
}, | ||
{ | ||
key: 1, | ||
name: '签到弹窗', | ||
activityIds: 'com.diershoubing.erbing.activity.MainReActivity', | ||
rules: | ||
'@[id="com.diershoubing.erbing:id/closeBtn"] - * > [text="签到成功"]', | ||
snapshotUrls: 'https://i.gkd.li/import/13378845', | ||
}, | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'com.digitalmall.chery', | ||
name: '奇瑞汽车', | ||
groups: [ | ||
{ | ||
key: 0, | ||
name: '开屏广告', | ||
quickFind: true, | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: '[desc$="跳过"][desc.length<=10]', | ||
snapshotUrls: 'https://i.gkd.li/import/13392254', | ||
}, | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.