mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +08:00
feat(班级小管家) 开屏广告,应用内广告卡片 (#1071)
* feat 开屏广告 * feat 应用内广告卡片 close #1069
This commit is contained in:
parent
2a8b63d61e
commit
df81fc8f09
35
src/apps/com.banjixiaoguanjia.app.ts
Normal file
35
src/apps/com.banjixiaoguanjia.app.ts
Normal file
|
@ -0,0 +1,35 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.banjixiaoguanjia.app',
|
||||
name: '班级小管家',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.zero.flutter_gromore_ads.page.AdSplashActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12904614',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内广告卡片',
|
||||
activityIds: 'com.banjixiaoguanjia.app.MainActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.byted.pangle:id/tt_bu_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12904612',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
key: 1,
|
||||
matches: '@LinearLayout > [text="不感兴趣"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12906196',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user