-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d0789c
commit 73de7ff
Showing
4 changed files
with
96 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'com.jingcai.apps.qualitydev', | ||
name: '到梦空间', | ||
groups: [ | ||
{ | ||
key: 0, | ||
name: '全屏广告-学习活动', | ||
desc: '开屏后屏幕下方的弹窗广告', | ||
quickFind: true, | ||
activityIds: | ||
'com.jingcai.apps.qualitydev.qualitync.activity_home.ActivityMainTab', | ||
rules: 'TextView[text="关闭"][clickable=true][id$="id/tv_step"]', | ||
snapshotUrls: 'https://i.gkd.li/import/14054117', | ||
}, | ||
], | ||
}); |
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,26 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'world.letsgo.booster.android.pro', | ||
name: '快连VPN', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '更新提示', | ||
quickFind: true, | ||
resetMatch: 'app', | ||
actionMaximum: 1, | ||
rules: '[vid="close_update_tip"]', | ||
snapshotUrls: 'https://i.gkd.li/import/14066056', | ||
}, | ||
{ | ||
key: 2, | ||
name: '功能类-免费会员弹窗', | ||
desc: '点击【快快收下】', | ||
quickFind: true, | ||
activityIds: 'world.letsgo.booster.android.pages.home.HomeActivity', | ||
rules: '[text="快快收下"]', | ||
snapshotUrls: 'https://i.gkd.li/import/14072381', | ||
}, | ||
], | ||
}); |