mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
22
src/apps/com.svw.sc.mos.ts
Normal file
22
src/apps/com.svw.sc.mos.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.svw.sc.mos',
|
||||
name: '上汽大众',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
desc: '点击"跳过广告"',
|
||||
matchLauncher: true,
|
||||
quickFind: false,
|
||||
activityIds: 'com.svw.sc.mos.views.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.svw.sc.mos:id/launch_jump"][text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12912850',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user