mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
17 lines
424 B
TypeScript
17 lines
424 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.net.shizheng.study',
|
|
name: '365时政',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '首页广告弹窗',
|
|
activityIds: 'cn.dingwei.cloud_classroom.MainActivity',
|
|
rules:
|
|
'View[childCount=2] > ImageView[id=""] + Button[id=""][clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12708731',
|
|
},
|
|
],
|
|
});
|