From 401f5d9d7357a4d88d1f96f5786dfa6c47e536b1 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 15 Feb 2024 20:44:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(777=E5=BD=B1=E8=A7=86):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.changyou.app.qi.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.changyou.app.qi.ts b/src/apps/com.changyou.app.qi.ts index b8115911..4b4fa947 100644 --- a/src/apps/com.changyou.app.qi.ts +++ b/src/apps/com.changyou.app.qi.ts @@ -10,6 +10,7 @@ export default defineAppConfig({ desc: '点击关闭', rules: [ { + key: 0, quickFind: true, activityIds: 'com.changyou.app.qi.MainActivity', matches: '[vid="ksad_auto_close_btn"]', @@ -17,6 +18,15 @@ export default defineAppConfig({ 'https://m.gkd.li/57941037/687f8201-8b15-491e-9c51-f3af0dc00260', snapshotUrls: 'https://i.gkd.li/import/14228685', }, + { + key: 1, + activityIds: 'com.changyou.app.qi.MainActivity', + matches: + '[id="android:id/content"] >2 FrameLayout[childCount=4] > FrameLayout[childCount=5] > FrameLayout[index=2][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/c65e146e-4f2a-42f0-b233-4e04152d851d', + snapshotUrls: 'https://i.gkd.li/import/14296913', + }, ], }, ],