mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
38 lines
1.1 KiB
TypeScript
38 lines
1.1 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.firebear.androil',
|
|
name: '小熊油耗',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.firebear.androil.app.splash.SplashActivity',
|
|
rules: '[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12712742',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '第三方 SDK 广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '穿山甲',
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
matches: '@Image < View + View >2 TextView[text="广告"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12754919',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '升级弹窗',
|
|
activityIds: 'com.firebear.androil.app.home.MainActivity',
|
|
rules:
|
|
'@[id="com.firebear.androil:id/dismissNtfImgView"] < RelativeLayout - [id="com.firebear.androil:id/contentLay"] >3 TextView[text^="升级"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12755032',
|
|
},
|
|
],
|
|
});
|