Merge pull request #14 from gkd-sub-repo/com.lofter.android

feat(LOFTER) 开屏广告
This commit is contained in:
AIsouler
2024-02-08 14:20:07 +08:00
committed by GitHub

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lofter.android',
name: 'LOFTER',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
snapshotUrls: 'https://i.gkd.li/import/14204158',
},
],
});