mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(365时政): 首页广告弹窗 (#340)
This commit is contained in:
16
src/apps/cn.net.shizheng.study.ts
Normal file
16
src/apps/cn.net.shizheng.study.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
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://gkd-kit.gitee.io/import/12708731',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user