mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:23:42 +08:00
feat(365时政): 首页广告弹窗 (#340)
This commit is contained in:
parent
db6228ea0a
commit
71656344f6
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user