From a98b97c09a47e0b0e9f004af615fd967f2b4a90a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 21 Mar 2024 09:49:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(5EPlay):=20=E9=80=9A=E7=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.fiveplay.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.fiveplay.ts diff --git a/src/apps/com.fiveplay.ts b/src/apps/com.fiveplay.ts new file mode 100644 index 00000000..79d8cc69 --- /dev/null +++ b/src/apps/com.fiveplay.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.fiveplay', + name: '5EPlay', + groups: [ + { + key: 1, + name: '通知提示-请求打开消息推送弹窗', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '@[vid="iv_close"] - * > [text="打开消息推送"]', + exampleUrls: + 'https://m.gkd.li/57941037/020e18ab-1bf1-4639-b32a-777719881dcb', + snapshotUrls: 'https://i.gkd.li/i/14680645', + }, + ], + }, + ], +});