diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index d8dcb44a..31ccdcef 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -53,5 +53,14 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '功能类-签到成功弹窗', + desc: '自动点击[关闭]按钮', + activityIds: 'com.realtech.xiaocan.MainActivity', + rules: + 'View[childCount=6][desc!=""] > View[index=4] + ImageView[index=5][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/14290847', + }, ], });