mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:52:21 +08:00
parent
7aebcbb835
commit
391fec8c9e
22
src/apps/com.jjwxc.reader.ts
Normal file
22
src/apps/com.jjwxc.reader.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user