forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
18 changed files
with
302 additions
and
56 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"id": 26, | ||
"version": 7 | ||
"version": 8 | ||
} |
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 @@ | ||
# 考试宝 | ||
|
||
存在 2 规则组 - [com.kaoshibaodian.app](/src/apps/com.kaoshibaodian.app.ts) | ||
|
||
## 局部广告-答题页面广告 | ||
|
||
默认禁用 | ||
|
||
- [示例-0](https://m.gkd.li/110102406/e52be890-deed-431c-b444-e5a2bbbdb01c) | ||
- [示例-1](https://m.gkd.li/110102406/e52be890-deed-431c-b444-e5a2bbbdb01c) | ||
|
||
- [快照-0](https://i.gkd.li/import/14491656) | ||
- [快照-1](https://i.gkd.li/import/14491656) | ||
|
||
## 局部广告-题库详情页广告 | ||
|
||
默认禁用 | ||
|
||
- [示例-0](https://m.gkd.li/110102406/3d603f14-56fd-4a50-a120-19dc36d40955) | ||
|
||
- [快照-0](https://i.gkd.li/import/14491632) |
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,11 @@ | ||
# 抖看小剧场 | ||
|
||
存在 1 规则组 - [com.sjm.baby.nf](/src/apps/com.sjm.baby.nf.ts) | ||
|
||
## 广告弹窗 | ||
|
||
默认禁用 | ||
|
||
- [示例-0](https://m.gkd.li/110102406/f24f2e2c-79dc-446e-8abf-d35092910c57) | ||
|
||
- [快照-0](https://i.gkd.li/import/14471924) |
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,51 @@ | ||
import { defineAppConfig } from '../types'; | ||
|
||
export default defineAppConfig({ | ||
id: 'com.kaoshibaodian.app', | ||
name: '考试宝', | ||
groups: [ | ||
{ | ||
key: 2, | ||
name: '局部广告-答题页面广告', | ||
desc: '', | ||
activityIds: 'ksbd.quiz.QuizActivity', | ||
rules: [ | ||
{ | ||
key: 1, | ||
name: '顶部广告', | ||
action: 'click', | ||
matches: | ||
'TextView[text="广告"] < FrameLayout - * < FrameLayout - FrameLayout[desc^="close-fill"] > View', | ||
exampleUrls: | ||
'https://m.gkd.li/110102406/e52be890-deed-431c-b444-e5a2bbbdb01c', | ||
snapshotUrls: 'https://i.gkd.li/import/14491656', | ||
}, | ||
{ | ||
key: 2, | ||
name: '底部开通会员广告', | ||
action: 'click', | ||
matches: 'ImageView[id="com.kaoshibaodian.app:id/close_iv"]', | ||
exampleUrls: | ||
'https://m.gkd.li/110102406/e52be890-deed-431c-b444-e5a2bbbdb01c', | ||
snapshotUrls: 'https://i.gkd.li/import/14491656', | ||
}, | ||
], | ||
}, | ||
{ | ||
key: 3, | ||
name: '局部广告-题库详情页广告', | ||
desc: '', | ||
activityIds: 'ksbd.app.exercise.ExerciseAct', | ||
rules: [ | ||
{ | ||
key: 1, | ||
matches: | ||
'TextView[text^="应用名称"] < LinearLayout - * < * - * < LinearLayout - FrameLayout > FrameLayout > ImageView', | ||
exampleUrls: | ||
'https://m.gkd.li/110102406/3d603f14-56fd-4a50-a120-19dc36d40955', | ||
snapshotUrls: 'https://i.gkd.li/import/14491632', | ||
}, | ||
], | ||
}, | ||
], | ||
}); |
Oops, something went wrong.