From d3a809d7aa2f19045b9dbc61fec0d7fc5a50307f Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:02:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E8=9A=95=E9=9C=B8=E7=8E=8B?= =?UTF-8?q?=E9=A4=90):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(小蚕霸王餐) - 开屏广告 * chore(actions): check_format_lint * Update com.realtech.xiaocan.ts --------- Co-authored-by: github-actions[bot] --- src/apps/com.realtech.xiaocan.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.realtech.xiaocan.ts diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts new file mode 100644 index 00000000..afba49a9 --- /dev/null +++ b/src/apps/com.realtech.xiaocan.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.realtech.xiaocan', + name: '小蚕霸王餐', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.realtech.adscope.SplashActivity', + rules: + '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12843368', + }, + ], +});