mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(趣智校园): 第三方 SDK 广告弹窗 (#574)
This commit is contained in:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user