From 35eb335b4c2d8b4ed54e2a277928ae616549c2de Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:06:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=89=E5=90=89=E6=98=9F):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1346)?= 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] close #1344 --- src/apps/com.shanghaionstar.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.shanghaionstar.ts diff --git a/src/apps/com.shanghaionstar.ts b/src/apps/com.shanghaionstar.ts new file mode 100644 index 00000000..ce072187 --- /dev/null +++ b/src/apps/com.shanghaionstar.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.shanghaionstar', + name: '安吉星', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + activityIds: 'com.shanghaionstar.home.LoadingActivity', + rules: '[id="com.shanghaionstar:id/jump_view"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13071523', + }, + ], +});