feat(上海交警): 开屏广告 (#433)

This commit is contained in:
Kun Jinkao 2023-09-28 10:22:58 +08:00 committed by GitHub
parent a360d76a93
commit 413d960261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
src/apps/com.mobi.shtp.ts Normal file
View 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',
},
],
});