mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
16 lines
395 B
TypeScript
16 lines
395 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xfani.app',
|
|
name: '稀饭动漫',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-广告弹窗',
|
|
activityIds: 'com.xfani.app.MainActivity',
|
|
rules: 'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
|
|
snapshotUrls: 'https://i.gkd.li/i/13188550',
|
|
},
|
|
],
|
|
});
|