mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(我的听书): 开屏广告,搜索结果底部广告 (#587)
This commit is contained in:
25
src/apps/com.github.eprendre.tingshu.ts
Normal file
25
src/apps/com.github.eprendre.tingshu.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.github.eprendre.tingshu',
|
||||||
|
name: '我的听书',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.github.eprendre.tingshu.ui.SplashActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.github.eprendre.tingshu:id/frame_layout"] >n [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12783430',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '搜索结果底部广告',
|
||||||
|
activityIds:
|
||||||
|
'com.github.eprendre.tingshu.ui.search.AggregateSearchActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.github.eprendre.tingshu:id/banner_container"] >n FrameLayout > ImageView +2 FrameLayout > ImageView',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12783466',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user