From 97146d390e4f4b693ac82db17cc9b0d7110adf9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Nov 2023 05:11:17 +0000 Subject: [PATCH] chore(actions): check_format_lint --- src/apps/com.vgjump.jump.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/apps/com.vgjump.jump.ts b/src/apps/com.vgjump.jump.ts index c12cbc2fa..9e8aae5cf 100644 --- a/src/apps/com.vgjump.jump.ts +++ b/src/apps/com.vgjump.jump.ts @@ -1,23 +1,24 @@ 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', - } + }, ], }, ],