From d51bc743ca0e8bc38d053e8cfcc6096dd2cd9fac Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 29 Sep 2023 23:38:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=A4=E7=AE=A112123):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#506)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tmri.app.main.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.tmri.app.main.ts diff --git a/src/apps/com.tmri.app.main.ts b/src/apps/com.tmri.app.main.ts new file mode 100644 index 00000000..ee7f219c --- /dev/null +++ b/src/apps/com.tmri.app.main.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tmri.app.main', + name: '交管12123', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.tmri.app.ui.activity.main.TmriNewActivity', + rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12767813', + }, + ], +});