feat(蓝豚豚): 开屏广告

This commit is contained in:
AIsouler
2024-04-08 09:46:25 +08:00
parent e4025c5753
commit 8992f59c1f

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.app.lantt.xs',
name: '蓝豚豚',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: [
{
key: 0,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/14899867',
},
],
},
],
});