mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(日淘任意门): 开屏广告 (#719)
This commit is contained in:
16
src/apps/com.rym.door.ts
Normal file
16
src/apps/com.rym.door.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.rym.door',
|
||||
name: '日淘任意门',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
rules:
|
||||
'View[childCount=4] > [desc^="跳过("][desc.length<=6][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12865344',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user