-
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
5d33537
commit 81c3308
Showing
19 changed files
with
272 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import { defineGkdApp } from '@gkd-kit/define'; | ||
|
||
export default defineGkdApp({ | ||
id: 'cn.runningquotient.rq', | ||
name: 'RQrun', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '功能类-自动签到', | ||
desc: '点击右侧[签到福利]', | ||
quickFind: true, | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: [ | ||
{ | ||
key: 0, | ||
activityIds: 'cn.runningquotient.rq.page.common_page.MainActivity', | ||
matches: '[vid="iv_main_checkin_entry"]', | ||
snapshotUrls: 'https://i.gkd.li/i/16105502', | ||
}, | ||
{ | ||
preKeys: [0], | ||
key: 1, | ||
activityIds: | ||
'cn.runningquotient.rq.page.common_page.CommonContainerActivity', | ||
matches: '@[text="我知道了"] <<n [vid="common_h5_container"]', | ||
snapshotUrls: 'https://i.gkd.li/i/16105938', | ||
}, | ||
{ | ||
preKeys: [1], | ||
key: 2, | ||
activityIds: | ||
'cn.runningquotient.rq.page.common_page.CommonContainerActivity', | ||
matches: '[vid="iv_setting_header_view_left"]', | ||
snapshotUrls: 'https://i.gkd.li/i/16105942', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
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
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,26 @@ | ||
import { defineGkdApp } from '@gkd-kit/define'; | ||
|
||
export default defineGkdApp({ | ||
id: 'com.example.yr', | ||
name: '剧兔', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '全屏广告-弹窗广告', | ||
desc: '点击关闭', | ||
rules: [ | ||
{ | ||
activityIds: 'com.example.yr.MainActivity', | ||
matches: | ||
'[id="android:id/content"] >(3,4) FrameLayout[childCount>3] > FrameLayout[childCount=1] > ImageView', | ||
exampleUrls: | ||
'https://m.gkd.li/57941037/e5ab8198-9705-4976-8a24-7d128b9a576e', | ||
snapshotUrls: [ | ||
'https://i.gkd.li/i/16115831', | ||
'https://i.gkd.li/i/16115830', | ||
], | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
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.heytap.cloud', | ||
name: '云服务', | ||
groups: [ | ||
{ | ||
key: 1, | ||
name: '更新提示', | ||
desc: '点击关闭', | ||
quickFind: true, | ||
matchTime: 10000, | ||
actionMaximum: 1, | ||
resetMatch: 'app', | ||
rules: [ | ||
{ | ||
activityIds: 'com.heytap.cloud.home.ui.CloudSettingsActivity2', | ||
matches: ['[text="检测到新版本"]', '[vid="cancel"]'], | ||
snapshotUrls: 'https://i.gkd.li/i/16097208', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
Oops, something went wrong.