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', + }, ], }, ],