From 48c0f7126509d81d48c3bd687f5c46e2c84f540d Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:32:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=93=E7=8F=AD):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1475)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(易班):开屏广告 易班,开屏广告跳过 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.yiban.app.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.yiban.app.ts diff --git a/src/apps/com.yiban.app.ts b/src/apps/com.yiban.app.ts new file mode 100644 index 00000000..ff3b3741 --- /dev/null +++ b/src/apps/com.yiban.app.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yiban.app', + name: '易班', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.yiban.app.activity.WelcomeActivity', + rules: '[text^="跳过"][id="com.yiban.app:id/btn_splash_ad"]', + snapshotUrls: ['https://i.gkd.li/import/13190891'], + }, + ], +});