From d62a5960ca49b01311a118976e161970eb76bcae Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:06:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=8D=E5=8E=8C=E4=B9=A6=E6=B3=95):?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BB=8B=E7=BB=8D=20(#2353)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.buyanchuantong.buyanshufa.ts | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.buyanchuantong.buyanshufa.ts diff --git a/src/apps/com.buyanchuantong.buyanshufa.ts b/src/apps/com.buyanchuantong.buyanshufa.ts new file mode 100644 index 00000000..953d448a --- /dev/null +++ b/src/apps/com.buyanchuantong.buyanshufa.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.buyanchuantong.buyanshufa', + name: '不厌书法', + groups: [ + { + enable: false, + key: 3, + name: '功能介绍', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + activityIds: 'com.buyanchuantong.buyanshufa.SplashActivity', + rules: [ + { + matches: + '[id="com.buyanchuantong.buyanshufa:id/next_page_imageview"][text^="点击跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13425296', + }, + ], + }, + ], +});