mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 04:12:21 +08:00
parent
74c960eee2
commit
1e8472971d
23
src/apps/com.leixun.taofen8.ts
Normal file
23
src/apps/com.leixun.taofen8.ts
Normal file
|
@ -0,0 +1,23 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.leixun.taofen8',
|
||||
name: '淘粉吧',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
matches:
|
||||
'@View[clickable=true] <<n [id="com.leixun.taofen8:id/fl_advert_container"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13937324',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user