mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 13:42:22 +08:00
parent
acdad269f8
commit
4f72cc8cf9
23
src/apps/com.xfani.app.ts
Normal file
23
src/apps/com.xfani.app.ts
Normal file
|
@ -0,0 +1,23 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.xfani.app',
|
||||
name: '稀饭动漫',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.xfani.app.MainActivity',
|
||||
matchLauncher: true,
|
||||
rules: 'TextView[text^="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13188526',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '广告弹窗',
|
||||
activityIds: 'com.xfani.app.MainActivity',
|
||||
rules: 'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13188550',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user