From c5cf987aae76e952946f557cc48db60be55b4fc2 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Tue, 26 Sep 2023 10:47:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(IT=E4=B9=8B=E5=AE=B6):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#378)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ruanmei.ithome.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.ruanmei.ithome.ts diff --git a/src/apps/com.ruanmei.ithome.ts b/src/apps/com.ruanmei.ithome.ts new file mode 100644 index 00000000..3bb20f37 --- /dev/null +++ b/src/apps/com.ruanmei.ithome.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ruanmei.ithome', + name: 'IT之家', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.ruanmei.ithome.ui.MainActivity', + rules: '[id="com.ruanmei.ithome:id/fl_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12720744', + }, + ], +});