mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
28 lines
692 B
TypeScript
28 lines
692 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.kuaitong.driver',
|
|
name: '快通驾考',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'io.dcloud.PandoraEntry',
|
|
matchLauncher: true,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id="com.kuaitong.driver:id/ksad_splash_circle_skip_view"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13059956',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'[id="com.kuaitong.driver:id/ad_dcloud_splash_container"] >n [text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13059954',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|