From 17f8b10a00fbe83a2521ae5da1b8c829d95a17b4 Mon Sep 17 00:00:00 2001 From: aisouler Date: Tue, 20 Feb 2024 19:32:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=AB=E6=89=8B):=20=E8=AF=84=E4=BB=B7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.smile.gifmaker.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.smile.gifmaker.ts b/src/apps/com.smile.gifmaker.ts index 985c7fba..26fbafe9 100644 --- a/src/apps/com.smile.gifmaker.ts +++ b/src/apps/com.smile.gifmaker.ts @@ -91,5 +91,20 @@ export default defineAppConfig({ }, ], }, + { + key: 13, + name: '评价提示', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '@[vid="close"] +2 * > [text="喜欢就给个好评吧"]', + exampleUrls: + 'https://m.gkd.li/57941037/da412e0f-47db-4cc0-8821-184c6ba42882', + snapshotUrls: 'https://i.gkd.li/import/14343547', + }, + ], + }, ], });