perf: 更新提示-全局 (#916)

This commit is contained in:
jiuqianyuan
2025-05-21 12:08:19 +08:00
committed by GitHub
parent 86302e5bbb
commit 1073f883e3
3 changed files with 2 additions and 20 deletions

View File

@@ -107,23 +107,5 @@ export default defineGkdApp({
},
],
},
{
key: 3,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: ['.start.PUMainActivity', '.start.LoadingActivity'],
matches: 'ImageView[id="com.xyhui:id/closeIv"]',
snapshotUrls: [
'https://i.gkd.li/i/12908853',
'https://i.gkd.li/i/12908865',
],
},
],
},
],
});