From dd85bb10425e3f92a7eb2595fa315aee56c892a0 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:03:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8A=E6=9C=88=E8=B0=88):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1418)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bytxmt.banyuetan.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.bytxmt.banyuetan.ts diff --git a/src/apps/com.bytxmt.banyuetan.ts b/src/apps/com.bytxmt.banyuetan.ts new file mode 100644 index 00000000..09733fb9 --- /dev/null +++ b/src/apps/com.bytxmt.banyuetan.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bytxmt.banyuetan', + name: '半月谈', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.bytxmt.banyuetan.activity.LauncherActivity', + matchLauncher: true, + rules: '[id="com.bytxmt.banyuetan:id/activity_launcher_ad_time_bt"]', + snapshotUrls: 'https://i.gkd.li/import/13166668', + }, + ], +});