feat(阿里云盘):版本更新 (#3187)

* feat(阿里云盘):版本更新

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-12-15 20:43:00 +08:00
committed by GitHub
parent 85fcf97d34
commit 15d148eda2

View File

@@ -44,5 +44,22 @@ export default defineAppConfig({
rules: 'View[childCount=9] > @Image -2 View[childCount=5]', rules: 'View[childCount=9] > @Image -2 View[childCount=5]',
snapshotUrls: 'https://i.gkd.li/import/13596924', 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',
},
],
},
], ],
}); });