From 2914d7400f89f9acf94fbabbe3202fc1deb5e412 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:38:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=BA=E5=AE=89=E6=98=9F):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#838)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(智安星) - 开屏广告 * Update com.tutu.zhianxing.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.tutu.zhianxing.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.tutu.zhianxing.ts diff --git a/src/apps/com.tutu.zhianxing.ts b/src/apps/com.tutu.zhianxing.ts new file mode 100644 index 00000000..ba22086b --- /dev/null +++ b/src/apps/com.tutu.zhianxing.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tutu.zhianxing', + name: '智安星', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: ['com.xlxapp.MainActivity'], + rules: '[id="com.tutu.zhianxing:id/skip_title"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12847474', + }, + ], +});