From 6c6ee664a8f70464255fa97a010aa6809ba949ec Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:09:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(RAR):=20=E8=AE=A2=E8=B4=AD=20RAR=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=EF=BC=88=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= =?UTF-8?q?=EF=BC=89=20(#578)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.rarlab.rar.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.rarlab.rar.ts diff --git a/src/apps/com.rarlab.rar.ts b/src/apps/com.rarlab.rar.ts new file mode 100644 index 00000000..938fc076 --- /dev/null +++ b/src/apps/com.rarlab.rar.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.rarlab.rar', + name: 'RAR', + groups: [ + { + enable: false, + key: 10, + name: '订购 RAR 弹窗', + desc: '自动点击【放弃】', + activityIds: 'com.rarlab.rar.MainActivity', + rules: '[text="订购"] + [text="放弃"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12781596', + }, + ], +});