From bfe1db8939654eccda9a2ab3d97b97569fbcd4b1 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 12 Mar 2024 20:49:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(Clousx6):=20=E9=80=9A=E7=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA-=E5=85=AC=E5=91=8A=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.example.robortx.clousx6F.ts | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.example.robortx.clousx6F.ts diff --git a/src/apps/com.example.robortx.clousx6F.ts b/src/apps/com.example.robortx.clousx6F.ts new file mode 100644 index 00000000..ca9d67a5 --- /dev/null +++ b/src/apps/com.example.robortx.clousx6F.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.example.robortx.clousx6F', + name: 'Clousx6', + groups: [ + { + key: 1, + name: '通知提示-公告弹窗', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '@[vid="iv_close"] + * >2 [text="上一条"]', + exampleUrls: + 'https://m.gkd.li/57941037/a59e4c30-29e3-4d7e-9c05-f7e844ff6ac3', + snapshotUrls: 'https://i.gkd.li/i/14571096', + }, + ], + }, + ], +});