feat(淘粉吧):开屏广告 (#3904)

close #3897
This commit is contained in:
AIsouler 2024-01-28 13:43:32 +08:00 committed by GitHub
parent 74c960eee2
commit 1e8472971d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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',
},
],
},
],
});