mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(亲宝宝): 开屏广告,弹窗广告,横幅广告 (#998)
* Create com.dw.btime.ts * chore(actions): check_format_lint * feat(亲宝宝): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
32
src/apps/com.dw.btime.ts
Normal file
32
src/apps/com.dw.btime.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.dw.btime',
|
||||
name: '亲宝宝',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.dw.btime.MainHomeTabActivity',
|
||||
rules: '[id="com.dw.btime:id/ad_screen_skip_btn_v1"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889257',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.dw.btime.MainHomeTabActivity',
|
||||
rules: '[id="com.dw.btime:id/iv_overlay_close"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889448',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '应用内横幅',
|
||||
quickFind: true,
|
||||
activityIds: 'com.dw.btime.MainHomeTabActivity',
|
||||
rules: '[id="com.dw.btime:id/old_baby_close"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889450',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user