mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
* Update com.dw.btime.ts * chore(actions): check_format_lint * feat(亲宝宝): 开屏广告新的id * feat(亲宝宝): 开屏广告新的id --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
50 lines
1.4 KiB
TypeScript
50 lines
1.4 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.dw.btime',
|
|
name: '亲宝宝',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
activityIds: 'com.dw.btime.MainHomeTabActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.dw.btime:id/ad_screen_skip_btn_v1"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889257',
|
|
},
|
|
{
|
|
matches: '[id="com.dw.btime:id/ad_screen_skip_btn"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12972209',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
activityIds: 'com.dw.btime.base_library.dialog.DWBaseDialog',
|
|
rules:
|
|
'TextView[text="立即更新"] -3 [id="com.dw.btime:id/iv_upgrade_close"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12911011',
|
|
},
|
|
],
|
|
});
|