From f8d32e86df774911c6a476618b83d35246f79818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=AA=E4=B8=8A=E8=88=9E=E6=AE=87?= <58279234+taishangwushang@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:06:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E9=A3=9E=E6=9C=BA=E7=BD=91?= =?UTF-8?q?=E7=9B=98):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2890)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.xiaofeiji.app.disk.ts 小飞机网盘开屏广告 * chore(actions): check_format_lint * feat(小飞机网盘): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.xiaofeiji.app.disk.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.xiaofeiji.app.disk.ts diff --git a/src/apps/com.xiaofeiji.app.disk.ts b/src/apps/com.xiaofeiji.app.disk.ts new file mode 100644 index 00000000..0e2fdd4a --- /dev/null +++ b/src/apps/com.xiaofeiji.app.disk.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaofeiji.app.disk', + name: '小飞机网盘', + groups: [ + { + name: '开屏广告', + key: 0, + actionMaximum: 1, + resetMatch: 'app', + matchTime: 10000, + rules: [ + { + matches: ['[desc$="跳过"]'], + snapshotUrls: ['https://i.gkd.li/import/13554076'], + exampleUrls: [ + 'https://m.gkd.li/58279234/edf4bbb4-889e-48cb-b54b-f4bc0a2929fb', + ], + }, + ], + }, + ], +});