mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user