feat(百度): 更新提示

This commit is contained in:
AIsouler
2024-03-23 11:44:56 +08:00
parent d3e7d55cfd
commit 73f5ade6d8

View File

@@ -28,5 +28,21 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '更新提示',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[vid="obfuscated"] + [desc="关闭"]',
exampleUrls:
'https://m.gkd.li/57941037/f2712b2e-7327-4068-bcff-92646b3400bd',
snapshotUrls: 'https://i.gkd.li/i/14730100',
},
],
},
], ],
}); });