mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(宝宝巴士): 开屏广告 (#443)
This commit is contained in:
16
src/apps/com.sinyee.babybus.recommendapp.ts
Normal file
16
src/apps/com.sinyee.babybus.recommendapp.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.sinyee.babybus.recommendapp',
|
||||||
|
name: '宝宝巴士',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.sinyee.babybus.recommendapp.SplashActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.sinyee.babybus.recommendapp:id/splash_fl_ad_container"] >n [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740356',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user