mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:23:42 +08:00
feat(嗨探): 开屏广告 (#361)
This commit is contained in:
parent
255e132f98
commit
a84cd4cd38
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user