mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:22:22 +08:00
feat(趣智校园): 第三方 SDK 广告弹窗 (#574)
This commit is contained in:
parent
aee52709cb
commit
ed34c920dc
27
src/apps/com.klcxkj.zqxy.ts
Normal file
27
src/apps/com.klcxkj.zqxy.ts
Normal file
|
@ -0,0 +1,27 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.klcxkj.zqxy',
|
||||
name: '趣智校园',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '第三方 SDK 广告弹窗',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.anythink.basead.ui.ATPortraitTranslucentActivity',
|
||||
matches: '[id="com.klcxkj.zqxy:id/anythink_myoffer_btn_close_id"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12781415',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
|
||||
matches:
|
||||
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12781461',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user