mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(嗨探): 开屏广告 (#361)
This commit is contained in:
15
src/apps/com.manwei.djz.ts
Normal file
15
src/apps/com.manwei.djz.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.manwei.djz',
|
||||||
|
name: '嗨探',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.manwei.djz.module.splash.SplashActivity',
|
||||||
|
rules: '[id="com.manwei.djz:id/aplashLayout"] >6 TextView[text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12714328',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user