From f2e718c04db80c461ef97a2203d4ce0eb7f399d5 Mon Sep 17 00:00:00 2001 From: OldCoding <85047508+OldCoding@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:55:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=92=AA=E5=92=95=E5=BF=AB=E6=B8=B8):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1850)?= 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 cn.emagsoftware.gamehall.ts 支持咪咕快游 * feat(咪咕快游): 开屏广告 --------- Co-authored-by: 二刺螈 Co-authored-by: github-actions[bot] --- src/apps/cn.emagsoftware.gamehall.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/cn.emagsoftware.gamehall.ts diff --git a/src/apps/cn.emagsoftware.gamehall.ts b/src/apps/cn.emagsoftware.gamehall.ts new file mode 100644 index 00000000..2cf7f1af --- /dev/null +++ b/src/apps/cn.emagsoftware.gamehall.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.emagsoftware.gamehall', + name: '咪咕快游', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="cn.emagsoftware.gamehall:id/splash_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13258853', + }, + ], +});