Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'jump开屏广告跳过' of https://github.com/Nebulafalls/subscription
Browse files Browse the repository at this point in the history
 into jump开屏广告跳过
  • Loading branch information
Nebulafalls committed Nov 16, 2023
2 parents 95ed938 + 97146d3 commit f3a4ca7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/apps/com.vgjump.jump.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: "com.vgjump.jump",
name: "Jump",
id: 'com.vgjump.jump',
name: 'Jump',

groups: [
{
key: 1,
quickFind: true,
name: "jump开屏广告",
desc: "跳过jump开屏广告",
name: 'jump开屏广告',
desc: '跳过jump开屏广告',
matchTime: 5000,
resetMatch: 'app',
rules: [
{
activityIds: "com.vgjump.jump.ui.main.launch.LaunchActivity",
matches: "[name='android.view.View'][clickable=true][id='com.byted.pangle:id/tt_splash_skip_btn']",
activityIds: 'com.vgjump.jump.ui.main.launch.LaunchActivity',
matches:
'[name=\'android.view.View\'][clickable=true][id=\'com.byted.pangle:id/tt_splash_skip_btn\']',
snapshotUrls: 'https://i.gkd.li/import/13372486',
},
],
Expand Down

0 comments on commit f3a4ca7

Please sign in to comment.