From 3d8c2dbdcd8fe0ce18adb23ea50e40cae8bcf37c Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:26:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=9B=E5=B7=9D=E8=88=AA=E7=A9=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#984)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(四川航空): 开屏广告 (gkd-kit#975) * feat(四川航空): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 close #975 --- src/apps/com.bw30.zsch.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.bw30.zsch.ts diff --git a/src/apps/com.bw30.zsch.ts b/src/apps/com.bw30.zsch.ts new file mode 100644 index 00000000..cae1855e --- /dev/null +++ b/src/apps/com.bw30.zsch.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bw30.zsch', + name: '四川航空', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + rules: 'TextView[id="com.bw30.zsch:id/timer_text"]', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12882959', + 'https://gkd-kit.songe.li/import/12882967', + 'https://gkd-kit.songe.li/import/12882991', + ], + }, + ], +});