From 8d2035a995f7db788d0dc039124c29310acc2d29 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:40:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9C=AB=E5=BF=86-=E9=93=81=E9=94=88?= =?UTF-8?q?=E7=9B=92=E5=AD=90):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#839)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(末忆-铁锈盒子) - 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.xsd.xasud.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.xsd.xasud.ts diff --git a/src/apps/com.xsd.xasud.ts b/src/apps/com.xsd.xasud.ts new file mode 100644 index 00000000..e377efe6 --- /dev/null +++ b/src/apps/com.xsd.xasud.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xsd.xasud', + name: '末忆-铁锈盒子', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: ['io.dcloud.PandoraEntryActivity'], + rules: '[text = "广告启动页"] [text = "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12847496', + }, + ], +});