feat(LOFTER) 开屏广告

This commit is contained in:
Kun Jinkao
2024-02-08 12:14:36 +08:00
parent 6d27face49
commit ce8c452c92

View File

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