mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix: AppShare-自动签到
This commit is contained in:
@@ -81,27 +81,20 @@ export default defineGkdApp({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
activityIds: 'info.muge.appshare.view.main.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
activityIds: 'info.muge.appshare.view.main.MainActivity',
|
matches: '[text="签到"][vid="tvSign"]',
|
||||||
matches: '[vid="tvSign" || vid="llDaySign"][visibleToUser=true]',
|
snapshotUrls: 'https://i.gkd.li/i/13931265',
|
||||||
snapshotUrls: [
|
excludeSnapshotUrls: 'https://i.gkd.li/i/22319703', // 避免点击首页签到按钮
|
||||||
'https://i.gkd.li/i/13931265',
|
|
||||||
'https://i.gkd.li/i/22274868',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: [0],
|
preKeys: [0],
|
||||||
activityIds: [
|
matches: '[text="确定" || text="我知道了"]',
|
||||||
'info.muge.appshare.view.main.MainActivity',
|
|
||||||
'.view.task.daysign.DaySignActivity',
|
|
||||||
],
|
|
||||||
matches: '[text="确定" || text="我知道了" || vid="ivBack"]',
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13931279',
|
'https://i.gkd.li/i/13931279',
|
||||||
'https://i.gkd.li/i/20259829',
|
'https://i.gkd.li/i/20259829',
|
||||||
'https://i.gkd.li/i/22310596',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user