From 10d64126bf0604cea35b42b53798230da5f55d50 Mon Sep 17 00:00:00 2001 From: OldCoding <85047508+OldCoding@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:58:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=92=AA=E5=92=95=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=88=B1=E7=9C=8B=E7=89=88):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#1851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.tt.turbo.ts * feat(甜糖): 开屏广告 * Update com.coolapk.market.ts 适配新的酷安开屏广告 * chore(actions): check_format_lint * Update com.coolapk.market.ts * Update com.coolapk.market.ts * Update com.coolapk.market.ts * Update com.coolapk.market.ts * chore(actions): check_format_lint * Update com.coolapk.market.ts * Update com.coolapk.market.ts * chore(actions): check_format_lint * Update com.coolapk.market.ts * Create com.wondertek.miguaikan.ts * feat(咪咕视频爱看版): 开屏广告 --------- Co-authored-by: 二刺螈 Co-authored-by: github-actions[bot] --- src/apps/com.wondertek.miguaikan.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.wondertek.miguaikan.ts diff --git a/src/apps/com.wondertek.miguaikan.ts b/src/apps/com.wondertek.miguaikan.ts new file mode 100644 index 00000000..cfd9cd52 --- /dev/null +++ b/src/apps/com.wondertek.miguaikan.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wondertek.miguaikan', + name: '咪咕视频爱看版', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.wondertek.miguaikan:id/splash_time"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13258889', + }, + ], +});