mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:52:31 +08:00
feat(日淘任意门): 开屏广告 (#719)
This commit is contained in:
parent
4223ae575d
commit
ee5db8ce65
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user