From d12a3d4e2f1d92198a497f3e126adc1f07b8ae33 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 19 Sep 2023 21:49:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=B0=E5=8D=95=E5=90=A7):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#143)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bankcomm.maidanba.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.bankcomm.maidanba.ts diff --git a/src/apps/com.bankcomm.maidanba.ts b/src/apps/com.bankcomm.maidanba.ts new file mode 100644 index 00000000..011a7a16 --- /dev/null +++ b/src/apps/com.bankcomm.maidanba.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bankcomm.maidanba', + name: '买单吧', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.bankcomm.maidanba.activity.SplashActivity', + rules: '[id="com.bankcomm.maidanba:id/ll_ad_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12660986', + }, + ], +});