mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
17 lines
449 B
TypeScript
17 lines
449 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.unicde.smartcity_lyg',
|
|
name: '我的连云港',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.unicde.smartcity.features.welcome.WelcomeActivity',
|
|
matchLauncher: true,
|
|
rules: '[id="com.unicde.smartcity_lyg:id/tv_down"][text$="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13059584',
|
|
},
|
|
],
|
|
});
|