mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(抖音): 青少年模式
This commit is contained in:
@@ -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', // 避免误触
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user