perf: AppShare-功能类-自动签到 #912

This commit is contained in:
AIsouler
2025-05-17 13:25:06 +08:00
parent 2cab121f62
commit 8f1633a4ce

View File

@@ -85,14 +85,17 @@ export default defineGkdApp({
{ {
key: 0, key: 0,
activityIds: 'info.muge.appshare.view.main.MainActivity', activityIds: 'info.muge.appshare.view.main.MainActivity',
matches: '[id="info.muge.appshare:id/tvSign"][text="签到"]', matches: '[text="签到"]',
snapshotUrls: 'https://i.gkd.li/i/13931265', snapshotUrls: 'https://i.gkd.li/i/13931265',
}, },
{ {
preKeys: [0], preKeys: [0],
activityIds: 'info.muge.appshare.view.main.MainActivity', activityIds: 'info.muge.appshare.view.main.MainActivity',
matches: '[id="info.muge.appshare:id/tvClose"][text="确定"]', matches: '[text="确定" || text="我知道了"]',
snapshotUrls: 'https://i.gkd.li/i/13931279', snapshotUrls: [
'https://i.gkd.li/i/13931279',
'https://i.gkd.li/i/20259829',
],
}, },
], ],
}, },