feat(胖乖生活): 更新弹窗 (#2386)

close #2385
This commit is contained in:
adproqwq
2023-11-22 22:14:17 +08:00
committed by GitHub
parent 5197e0cb00
commit 980a308301

View File

@@ -30,5 +30,22 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 1,
name: '更新弹窗',
activityIds: 'com.qiekj.user.MainActivity',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches:
'[id="com.qiekj.user:id/btn_cancelUpdate"][text*="暂不更新"]',
snapshotUrls: 'https://i.gkd.li/import/13435011',
},
],
},
], ],
}); });