From 4b1b9944e6140f948ecb5e4098c6538f712859c8 Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:29:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(LOFTER):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#1473)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(LOFTER): 开屏广告 LOFTER开屏广告跳过 * feat(LOFTER):开屏广告 LOFTER,开屏广告跳过 * chore(actions): check_format_lint * feat(LOFTER): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.lofter.android.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.lofter.android.ts diff --git a/src/apps/com.lofter.android.ts b/src/apps/com.lofter.android.ts new file mode 100644 index 00000000..d172a180 --- /dev/null +++ b/src/apps/com.lofter.android.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lofter.android', + name: 'LOFTER', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.lofter.android.global.splash.HomeActivity', + rules: '[text^="跳过"][text.length<=10]', + quickFind: true, + snapshotUrls: [ + 'https://i.gkd.li/import/13189846', + 'https://i.gkd.li/import/13189906', + ], + }, + ], +});