mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(优衣库): 新版本弹窗 (#2434)
* feat(优衣库): 新版本弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -22,5 +22,21 @@ export default defineAppConfig({
|
|||||||
rules: 'ImageView[id="com.yek.android.uniqlo:id/pop_close"]',
|
rules: 'ImageView[id="com.yek.android.uniqlo:id/pop_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13212320',
|
snapshotUrls: 'https://i.gkd.li/import/13212320',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '新版本弹窗',
|
||||||
|
desc: '点击取消',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.yek.android.uniqlo.activity.WelcomeActivity',
|
||||||
|
matches: '@TextView[text=\'取消\'] + TextView[text=\'确定\']',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13446421',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user