mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(Jump): 开屏广告 (#1856)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(Jump): 开屏广告
This commit is contained in:
18
src/apps/com.vgjump.jump.ts
Normal file
18
src/apps/com.vgjump.jump.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.vgjump.jump',
|
||||||
|
name: 'Jump',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: 'TextView[text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13259108',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user