From 6b77856d37fa8890fa3778f91dc8f4d52ad18a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E4=B8=8A=E5=83=85=E6=9C=89=E7=9A=84=E6=A6=AE?= =?UTF-8?q?=E5=85=89=E4=B9=8B=E8=B7=AF?= Date: Tue, 31 Oct 2023 23:37:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=AD=85=E6=97=8F=E7=A4=BE=E5=8C=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1638)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.meizu.flyme.flymebbs.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.meizu.flyme.flymebbs.ts diff --git a/src/apps/com.meizu.flyme.flymebbs.ts b/src/apps/com.meizu.flyme.flymebbs.ts new file mode 100644 index 00000000..406f6eac --- /dev/null +++ b/src/apps/com.meizu.flyme.flymebbs.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.meizu.flyme.flymebbs', + name: '魅族社区', + groups: [ + { + name: '开屏广告', + key: 0, + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: [ + { + matches: '[id="com.meizu.flyme.flymebbs:id/tv_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13213487', + }, + ], + }, + ], +});