From 5fe0f4bd87af8b19c0add418b03d9c361da40946 Mon Sep 17 00:00:00 2001 From: zhuzhuani Date: Mon, 25 Sep 2023 21:52:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=89=E5=AE=87=E6=B8=B8=E6=88=8F):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#358)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 光宇游戏开屏广告跳过 --- src/apps/cn.gyyx.phonekey.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/cn.gyyx.phonekey.ts diff --git a/src/apps/cn.gyyx.phonekey.ts b/src/apps/cn.gyyx.phonekey.ts new file mode 100644 index 00000000..8990a0f8 --- /dev/null +++ b/src/apps/cn.gyyx.phonekey.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.gyyx.phonekey', + name: '光宇游戏', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'cn.gyyx.phonekey.ui.dialog.AdDialog', + rules: '[id=`cn.gyyx.phonekey:id/rl_ad_pass`]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12712285', + }, + ], +});