mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
parent
87341d56eb
commit
c37a6e2fae
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user