perf(MT管理器): 更新提示

This commit is contained in:
AIsouler
2024-07-01 17:31:35 +08:00
parent 772f118d53
commit 4538b3a8a5

View File

@@ -8,11 +8,14 @@ export default defineGkdApp({
key: 1,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="取消"] + [text="更新"]',
snapshotUrls: 'https://i.gkd.li/i/12908784',
rules: [
{
matches: ['[text="更新"]', '[text="取消"]'],
snapshotUrls: 'https://i.gkd.li/i/16050794',
},
],
},
],
});