mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
27
src/apps/com.kuaitong.driver.ts
Normal file
27
src/apps/com.kuaitong.driver.ts
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
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://gkd-kit.gitee.io/import/13059956',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches:
|
||||||
|
'[id="com.kuaitong.driver:id/ad_dcloud_splash_container"] >n [text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13059954',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user