mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(上海交警): 开屏广告 (#433)
This commit is contained in:
16
src/apps/com.mobi.shtp.ts
Normal file
16
src/apps/com.mobi.shtp.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.mobi.shtp',
|
||||||
|
name: '上海交警',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.mobi.shtp.activity.login.AdvActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.mobi.shtp:id/ll_adv_img"] + [id="com.mobi.shtp:id/tv_count"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740073',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user