mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 12:22:20 +08:00
parent
132407c63a
commit
4dfb9f6404
17
src/apps/com.wenshushu.app.android.ts
Normal file
17
src/apps/com.wenshushu.app.android.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wenshushu.app.android',
|
||||
name: '文叔叔',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[desc*="跳过"][desc.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13703315',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user