From fd0f6c7c43dac55620658726485d1d9d655d9001 Mon Sep 17 00:00:00 2001 From: Hazy-z <64131672+Hazy-z@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:55:45 +0800 Subject: [PATCH 1/2] Create com.pandabus.yinchuan.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 银川公交APP“银川行”开屏摇一摇广告 Signed-off-by: Hazy-z <64131672+Hazy-z@users.noreply.github.com> --- src/apps/com.pandabus.yinchuan.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.pandabus.yinchuan.ts diff --git a/src/apps/com.pandabus.yinchuan.ts b/src/apps/com.pandabus.yinchuan.ts new file mode 100644 index 000000000..52ccde182 --- /dev/null +++ b/src/apps/com.pandabus.yinchuan.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pandabus.yinchuan', + name: '银川行', + groups: [ + { + key: 1, + name: '开屏摇一摇广告', + activityIds: ['com.pandabus.yinchuan.ui.activity.GuideActivity'], + rules: [ + { + matches: '[id="com.pandabus.yinchuan:id/tv_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13884598', + }, + ], + }, + ], +}); From ac8fdd51d245fc6489f223a348f91614c9b98479 Mon Sep 17 00:00:00 2001 From: Hazy-z <64131672+Hazy-z@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:20:14 +0800 Subject: [PATCH 2/2] Update com.pandabus.yinchuan.ts Signed-off-by: Hazy-z <64131672+Hazy-z@users.noreply.github.com> --- src/apps/com.pandabus.yinchuan.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/com.pandabus.yinchuan.ts b/src/apps/com.pandabus.yinchuan.ts index 52ccde182..509d235ba 100644 --- a/src/apps/com.pandabus.yinchuan.ts +++ b/src/apps/com.pandabus.yinchuan.ts @@ -7,6 +7,10 @@ export default defineAppConfig({ { key: 1, name: '开屏摇一摇广告', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + enable: true, activityIds: ['com.pandabus.yinchuan.ui.activity.GuideActivity'], rules: [ {