From e1f0cef43de1ab9062f3aec0d60e15dd88b1e717 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:56:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A1=8C=E8=80=85=E9=AA=91=E8=A1=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1220 --- src/apps/im.xingzhe.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/im.xingzhe.ts diff --git a/src/apps/im.xingzhe.ts b/src/apps/im.xingzhe.ts new file mode 100644 index 00000000..71ebffaf --- /dev/null +++ b/src/apps/im.xingzhe.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'im.xingzhe', + name: '行者骑行', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'im.xingzhe.activity.LaunchActivity', + matchLauncher: true, + rules: '[id="im.xingzhe:id/count_text"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/13031282', + }, + ], +});