mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
@@ -11,8 +11,27 @@ export default defineAppConfig({
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13669401',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13669401',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[id="com.example.pptv:id/view_count_shake"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13761160',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '青少年模式',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '@[text="我知道了"] - * > [text="未成年模式"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13761159',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user