feat(晋江小说阅读):开屏广告 (#3164)

close #3161
This commit is contained in:
walklty 2023-12-15 19:37:40 +08:00 committed by GitHub
parent 7aebcbb835
commit 391fec8c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jjwxc.reader',
name: '晋江小说阅读 ',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.jjwxc.reader:id/ad_pass_icon"]',
snapshotUrls: 'https://i.gkd.li/import/13662836',
},
],
},
],
});