mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(Cellular-Z): 更新弹窗 (#2936)
Co-authored-by: adproqwq <2757917031@qq.com>
This commit is contained in:
@@ -19,5 +19,22 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '更新弹窗',
|
||||||
|
resetMatch: 'app',
|
||||||
|
actionMaximum: 1,
|
||||||
|
matchTime: 10000,
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: [
|
||||||
|
'[id="make.more.r2d2.cellular_z:id/tv_alert_title"][text="发现新版本"]',
|
||||||
|
'[id="make.more.r2d2.cellular_z:id/btn_alert_left"][text="取消"]',
|
||||||
|
], //防止误触其它取消按钮
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13608563',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user