feat(钉钉): 版本更新弹窗 (#2264)

This commit is contained in:
xiaowonet
2023-11-20 20:47:03 +08:00
committed by GitHub
parent d72c196d49
commit 06e792ce72

View File

@@ -82,5 +82,21 @@ export default defineAppConfig({
},
],
},
{
enable: false,
key: 4,
name: '版本更新弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: '@Button[text*="暂不更新"] + Button[text*="更新"]',
snapshotUrls: 'https://i.gkd.li/import/13402478',
},
],
},
],
});