From 4561b1a27631eaf4f0865889b17ee486e1014073 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 21 Oct 2023 23:59:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=91=E7=9A=84=E8=BF=9E=E4=BA=91?= =?UTF-8?q?=E6=B8=AF):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1276)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1272 --- src/apps/com.unicde.smartcity_lyg.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.unicde.smartcity_lyg.ts 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', + }, + ], +});