mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
35 lines
954 B
TypeScript
35 lines
954 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.qiekj.user',
|
|
name: '胖乖生活',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.qiekj.user.MainActivity',
|
|
matchLauncher: true,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches:
|
|
'[id="com.qiekj.user:id/native_splash_view"] >n [text^="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12903088',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'[id="com.kwad.dy.sdk:id/ksad_splash_root_container"] >n [text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12903086',
|
|
},
|
|
{
|
|
key: 2,
|
|
matches:
|
|
'[id="com.kwad.dy.sdk:id/ksad_splash_root_container"] >n ViewGroup > TextView + TextView + ImageView[clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12903095',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|