feat(我的连云港): 开屏广告 (#1276)

close #1272
This commit is contained in:
Kun Jinkao
2023-10-21 23:59:38 +08:00
committed by GitHub
parent 66e5566194
commit 4561b1a276

View File

@@ -0,0 +1,16 @@
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://gkd-kit.gitee.io/import/13059584',
},
],
});