From 096a5c0aa6979daad94bede6c2a64c1ccdc4515f Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:38:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AE=9E=E7=94=A8=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E7=AE=B1):=20=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#1700)?= 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 #1684 --- src/apps/com.hj119.sygjx.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.hj119.sygjx.ts diff --git a/src/apps/com.hj119.sygjx.ts b/src/apps/com.hj119.sygjx.ts new file mode 100644 index 00000000..c7687255 --- /dev/null +++ b/src/apps/com.hj119.sygjx.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hj119.sygjx', + name: '实用工具箱', + groups: [ + { + key: 2, + name: '广告弹窗', + quickFind: true, + rules: + '@ImageView < FrameLayout +2 FrameLayout[childCount=2] > FrameLayout > TextView[text="立即下载"]', + snapshotUrls: 'https://i.gkd.li/import/13226595', + }, + ], +});