mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:32:30 +08:00
feat(上海交警): 开屏广告 (#433)
This commit is contained in:
parent
a360d76a93
commit
413d960261
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user