feat(抖音): 青少年模式

This commit is contained in:
AIsouler
2024-04-09 20:03:33 +08:00
parent 22eb9e8a25
commit e7c898ea8b

View File

@@ -290,5 +290,24 @@ export default defineAppConfig({
},
],
},
{
key: 20,
name: '青少年模式',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: ['[text*="青少年模式"]', '[text="关闭" || desc="关闭"]'],
snapshotUrls: [
'https://i.gkd.li/i/14321107',
'https://i.gkd.li/i/14473006',
'https://i.gkd.li/i/14567078',
'https://i.gkd.li/i/14917848', // 避免误触
],
},
],
},
],
});