From 1d66e4724341c348ca49634d3b07755a2087b836 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:21:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B9=9B=E5=BA=90=E9=98=85=E8=AF=BB):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#1999)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1995 --- src/apps/com.cheersedu.app.ts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/apps/com.cheersedu.app.ts diff --git a/src/apps/com.cheersedu.app.ts b/src/apps/com.cheersedu.app.ts new file mode 100644 index 00000000..e5e687e4 --- /dev/null +++ b/src/apps/com.cheersedu.app.ts @@ -0,0 +1,29 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cheersedu.app', + name: '湛庐阅读', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.cheersedu.app:id/tv_start_count_down_text"]', + snapshotUrls: 'https://i.gkd.li/import/13315696', + }, + { + key: 1, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.cheersedu.app.main.MainActivity', + rules: '[id="com.cheersedu.app:id/iv_version_close"]', + snapshotUrls: 'https://i.gkd.li/import/13315712', + }, + ], +});