From 0ce62a5c403063774eb2343e7cbb7eacbe1fefcf Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 30 Mar 2024 14:52:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=97=E6=96=B9=E8=88=AA=E7=A9=BA):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-=E9=95=BF=E8=BE=88=E7=89=88?= =?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.csair.mbp.ts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/apps/com.csair.mbp.ts b/src/apps/com.csair.mbp.ts index 261ab0d9..ef601b6d 100644 --- a/src/apps/com.csair.mbp.ts +++ b/src/apps/com.csair.mbp.ts @@ -10,7 +10,25 @@ export default defineAppConfig({ quickFind: true, activityIds: 'com.csair.mbp.CSMBPActivity', rules: '[id="com.csair.mbp:id/close_btn"]', - snapshotUrls: ['https://i.gkd.li/i/13197497'], + snapshotUrls: 'https://i.gkd.li/i/13197497', + }, + { + key: 4, + name: '功能类-长辈版弹窗', + desc: '点击[暂不开启]', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.csair.mbp.CSMBPActivity', + matches: '[text="开启长辈版"] -2 [text="暂不开启"]', + exampleUrls: + 'https://m.gkd.li/57941037/8744f8c6-7f9a-4f7b-a5c7-68de1701cd7b', + snapshotUrls: 'https://i.gkd.li/i/14810700', + }, + ], }, ], });