From 86a55275ef55d050d9a9bdf76b87bfd15241d88e Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:40:47 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 765ffc97f8818b081d784bba0887709377fa3ec9 Author: aisouler Date: Mon Jan 22 13:51:45 2024 +0800 feat(皮皮虾):评价提示 --- src/apps/com.sup.android.superb.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.sup.android.superb.ts b/src/apps/com.sup.android.superb.ts index bb8c392c..a3ab4f10 100644 --- a/src/apps/com.sup.android.superb.ts +++ b/src/apps/com.sup.android.superb.ts @@ -45,5 +45,21 @@ export default defineAppConfig({ }, ], }, + { + key: 8, + name: '评价提示', + desc: '点击取消', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.sup.android.base.MainActivity', + matches: '[id="com.sup.android.superb:id/a1i"]', + snapshotUrls: 'https://i.gkd.li/import/14005608', + }, + ], + }, ], });