perf(快手): 青少年模式

This commit is contained in:
AIsouler
2024-04-14 15:09:33 +08:00
parent dd25a5399a
commit 371223edcd

View File

@@ -12,8 +12,11 @@ export default defineAppConfig({
resetMatch: 'app', resetMatch: 'app',
rules: [ rules: [
{ {
matches: '[text="开启青少年模式"] + [text="我知道了"]', matches: ['[text="开启青少年模式"]', '[text="我知道了"]'],
snapshotUrls: 'https://i.gkd.li/i/12708609', snapshotUrls: [
'https://i.gkd.li/i/12708609',
'https://i.gkd.li/i/14969798',
],
}, },
], ],
}, },