mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(AppShare):自动签到 (#3877)
This commit is contained in:
@@ -58,5 +58,27 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
quickFind: true,
|
||||||
|
name: '功能类-自动签到',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'info.muge.appshare.view.main.MainActivity',
|
||||||
|
matches: '[id="info.muge.appshare:id/tvSign"][text="签到"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13931265',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: 0,
|
||||||
|
activityIds: 'info.muge.appshare.view.main.MainActivity',
|
||||||
|
matches: '[id="info.muge.appshare:id/tvClose"][text="确定"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13931279',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user