mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(LOFTER) 开屏广告
This commit is contained in:
17
src/apps/com.lofter.android.ts
Normal file
17
src/apps/com.lofter.android.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user