From 3c015b8eafc9c59260e93b50bd51277cceef3364 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:38:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=93=E5=BF=AB=E6=8A=A5):=20=E9=A6=96?= =?UTF-8?q?=E9=A1=B5-=E6=A8=AA=E5=B9=85=E5=B9=BF=E5=91=8A=20(#163)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hose.ekuaibao.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.hose.ekuaibao.ts diff --git a/src/apps/com.hose.ekuaibao.ts b/src/apps/com.hose.ekuaibao.ts new file mode 100644 index 00000000..05695fca --- /dev/null +++ b/src/apps/com.hose.ekuaibao.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hose.ekuaibao', + name: '易快报', + groups: [ + { + key: 1, + name: '首页-横幅广告', + activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity', + rules: + 'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12649616'], + }, + ], +});