mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(阿里网盘): 自动签到-规则优化 (#1235)
This commit is contained in:
@@ -8,8 +8,23 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '自动签到',
|
||||
activityIds: 'com.alicloud.databox.MainActivity',
|
||||
rules: '[id="com.alicloud.databox:id/tvTaskAction"][text="领取"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12929318',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
desc: '自动签到',
|
||||
matches: ['[id="com.alicloud.databox:id/tvTaskAction"][text="领取"]'],
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12929318',
|
||||
quickFind: true,
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
preKeys: [0],
|
||||
desc: '在签到后,关闭弹窗',
|
||||
matches: ['[id="com.alicloud.databox:id/ivClose"]'],
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/13038304',
|
||||
quickFind: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user