feat(365时政): 首页广告弹窗 (#340)

This commit is contained in:
Kun Jinkao 2023-09-25 00:46:54 +08:00 committed by GitHub
parent db6228ea0a
commit 71656344f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});