feat(日淘任意门): 开屏广告 (#719)

This commit is contained in:
lisonge 2023-10-11 13:46:43 +08:00
parent 4223ae575d
commit ee5db8ce65

16
src/apps/com.rym.door.ts Normal file
View 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',
},
],
});