From c1f1fc83f1bab768cfeac28f0911cddc9d380c8c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:06:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=93=81=E5=A1=94=E6=8D=A2=E7=94=B5):=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#3251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinatower.tthd.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.chinatower.tthd.ts diff --git a/src/apps/com.chinatower.tthd.ts b/src/apps/com.chinatower.tthd.ts new file mode 100644 index 00000000..cf93f378 --- /dev/null +++ b/src/apps/com.chinatower.tthd.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.chinatower.tthd', + name: '铁塔换电', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 0, + activityIds: 'com.chinatower.fghd.customer.home.HomeNewActivity', + quickFind: true, + matches: + '[id="com.chinatower.tthd:id/fl_content_container"] + [id="com.chinatower.tthd:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13694901', + }, + ], + }, + ], +});