From 0295901722dddbe85d2960ac704cbaa4fc77dc14 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:36:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=92=E8=97=A4=E4=B9=8B=E6=81=8B)=20?= =?UTF-8?q?=E8=AF=84=E4=BB=B7=E6=8F=90=E7=A4=BA-=E5=A5=BD=E8=AF=84?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wepie.ivy.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.wepie.ivy.ts diff --git a/src/apps/com.wepie.ivy.ts b/src/apps/com.wepie.ivy.ts new file mode 100644 index 000000000..1c16b13b4 --- /dev/null +++ b/src/apps/com.wepie.ivy.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wepie.ivy', + name: '青藤之恋', + groups: [ + { + key: 1, + name: '评价提示-好评弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + key: 0, + matches: '[text="我要吐槽"] + [text="五星好评"]', + action: 'back', + snapshotUrls: 'https://i.gkd.li/i/14602933', + }, + ], + }, + ], +});