-
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
a707b64
commit ec12a4c
Showing
11 changed files
with
237 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { defineGkdApp } from '@gkd-kit/define'; | ||
|
||
export default defineGkdApp({ | ||
id: 'com.hichip.campro', | ||
name: 'CamHipro', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '局部广告-卡片广告', | ||
desc: '点击关闭', | ||
rules: [ | ||
{ | ||
quickFind: true, | ||
activityIds: 'main.MainActivity', | ||
matches: '[vid="iv_close_ad"]', | ||
snapshotUrls: 'https://i.gkd.li/i/15847732', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
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,28 @@ | ||
import { defineGkdApp } from '@gkd-kit/define'; | ||
|
||
export default defineGkdApp({ | ||
id: 'com.hihonor.cloudmusic', | ||
name: '荣耀音乐', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '分段广告-推荐页卡片广告', | ||
desc: '点击[关闭]-点击[直接关闭]', | ||
quickFind: true, | ||
activityIds: 'com.netease.cloudmusic.activity.MainActivity', | ||
rules: [ | ||
{ | ||
key: 0, | ||
matches: '[vid="tag_ad_banner"]', | ||
snapshotUrls: 'https://i.gkd.li/i/15835795', | ||
}, | ||
{ | ||
preKeys: [0], | ||
key: 1, | ||
matches: '[text="直接关闭"]', | ||
snapshotUrls: 'https://i.gkd.li/i/15835857', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
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,19 @@ | ||
import { defineGkdApp } from '@gkd-kit/define'; | ||
|
||
export default defineGkdApp({ | ||
id: 'com.miui.gallery', | ||
name: '相册', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '功能类-删除时勾选[同时从云端删除]', | ||
rules: [ | ||
{ | ||
activityIds: 'com.miui.gallery.activity.InternalPhotoPageActivity', | ||
matches: '[text="同时从云端删除"][checked=false]', | ||
snapshotUrls: 'https://i.gkd.li/i/15804289', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
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,24 @@ | ||
import { defineGkdApp } from '@gkd-kit/define'; | ||
|
||
export default defineGkdApp({ | ||
id: 'com.yfoo.listen', | ||
name: '聆听音乐', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '全屏广告-弹窗广告', | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: [ | ||
{ | ||
key: 0, | ||
quickFind: true, | ||
activityIds: 'com.yfoo.listenx.activity.HomeActivity', | ||
matches: '@[text="取消"] < * > [text="下载"]', | ||
snapshotUrls: 'https://i.gkd.li/i/15856014', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
Oops, something went wrong.