mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
17 lines
414 B
TypeScript
17 lines
414 B
TypeScript
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://i.gkd.li/import/12740073',
|
|
},
|
|
],
|
|
});
|