diff --git a/src/apps/com.unicde.smartcity_lyg.ts b/src/apps/com.unicde.smartcity_lyg.ts new file mode 100644 index 00000000..bcd1b3e0 --- /dev/null +++ b/src/apps/com.unicde.smartcity_lyg.ts @@ -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', + }, + ], +});