mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
17 lines
430 B
TypeScript
17 lines
430 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ping.cimoc',
|
|
name: '芝士漫画',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-广告弹窗',
|
|
activityIds: 'com.ping.cimoc.ui.activity.MainActivity',
|
|
rules:
|
|
'ImageView < FrameLayout + FrameLayout > FrameLayout[childCount=1] > ImageView',
|
|
snapshotUrls: 'https://i.gkd.li/i/13187751',
|
|
},
|
|
],
|
|
});
|