perf(系统更新): 更新提示

This commit is contained in:
AIsouler
2024-05-22 16:10:08 +08:00
parent 3627e4fd52
commit c34b171db7

View File

@@ -13,8 +13,14 @@ export default defineGkdApp({
resetMatch: 'app', resetMatch: 'app',
rules: [ rules: [
{ {
matches: ['[text="开启智能更新"]', '[text="暂不开启"]'], matches: [
snapshotUrls: 'https://i.gkd.li/i/15386937', '[vid="alertTitle"][text="开启智能更新" || text="Install automatically?"]',
'[id="android:id/button2"][text="暂不开启" || text="No"]',
],
snapshotUrls: [
'https://i.gkd.li/i/15386937',
'https://i.gkd.li/i/15386869',
],
}, },
], ],
}, },