From c7a67fc9b4c105d8e34868c02e34525b6f014e87 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:07:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=89=9B=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3837)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(小牛加速器):开屏广告 * chore(actions): check_format_lint * Update com.craftvpn.craft.ts Signed-off-by: 二刺螈 --------- Signed-off-by: 二刺螈 Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.craftvpn.craft.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.craftvpn.craft.ts diff --git a/src/apps/com.craftvpn.craft.ts b/src/apps/com.craftvpn.craft.ts new file mode 100644 index 00000000..00f90a35 --- /dev/null +++ b/src/apps/com.craftvpn.craft.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.craftvpn.craft', + name: '小牛加速器', + groups: [ + { + key: 1, + name: '开屏广告', + desc: '点击X', + quickFind: true, + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + rules: [ + { + matches: + '@View < View[childCount=2] < View[childCount=1] < View[childCount=1] < FrameLayout[childCount=1] < FrameLayout[childCount=1] < [id="android:id/content"]', + snapshotUrls: 'https://i.gkd.li/import/13914788', + }, + ], + }, + ], +});