mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(乐看视频): 推荐-广告弹窗 (#1833)
* feat(乐看视频):推荐页-广告弹窗 * chore(actions): check_format_lint * feat(乐看视频): 广告弹窗 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
21
src/apps/com.zhl.bmi.ts
Normal file
21
src/apps/com.zhl.bmi.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.zhl.bmi',
|
||||||
|
name: '乐看视频',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '广告弹窗',
|
||||||
|
desc: '点击右上角x',
|
||||||
|
activityIds: 'com.zhl.bmi.MainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
rules:
|
||||||
|
'@ImageView < FrameLayout[childCount=1] <3 FrameLayout <2 FrameLayout < FrameLayout < [id="android:id/content"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13255787',
|
||||||
|
'https://i.gkd.li/import/13255786',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user