mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
* feat(阿里云盘):版本更新 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
66 lines
1.8 KiB
TypeScript
66 lines
1.8 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.alicloud.databox',
|
|
name: '阿里云盘',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '自动签到',
|
|
activityIds: 'com.alicloud.databox.MainActivity',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '自动签到',
|
|
matches: ['[id="com.alicloud.databox:id/tvTaskAction"][text="领取"]'],
|
|
snapshotUrls: 'https://i.gkd.li/import/12929318',
|
|
quickFind: true,
|
|
},
|
|
{
|
|
key: 1,
|
|
preKeys: [0],
|
|
name: '在签到后,关闭弹窗',
|
|
matches: ['[id="com.alicloud.databox:id/ivClose"]'],
|
|
snapshotUrls: 'https://i.gkd.li/import/13038304',
|
|
quickFind: true,
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '活动弹窗',
|
|
activityIds: 'com.alicloud.databox.MainActivity',
|
|
rules: '[text^="好运盲盒"] >n View > Image + TextView[clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13228610',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '时光设备间-自动点击“开心收下”',
|
|
activityIds:
|
|
'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main',
|
|
actionMaximum: 1,
|
|
resetMatch: 'activity',
|
|
matchTime: 10000,
|
|
rules: 'View[childCount=9] > @Image -2 View[childCount=5]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13596924',
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '版本更新',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
activityIds: 'com.alicloud.databox.MainActivity',
|
|
rules: [
|
|
{
|
|
action: 'back',
|
|
matches:
|
|
'[text="立即了解新版本"] <<n [id="com.alicloud.databox:id/webContainer"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13678160',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|