mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(华为应用市场): 青少年模式
This commit is contained in:
@@ -14,5 +14,21 @@ export default defineAppConfig({
|
|||||||
rules: '@[text="以后再说"] + [text="立即更新"]',
|
rules: '@[text="以后再说"] + [text="立即更新"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13228520',
|
snapshotUrls: 'https://i.gkd.li/import/13228520',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '青少年模式',
|
||||||
|
desc: '点击"知道了"',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: 'ScrollView >2 [text="知道了"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/461e8848-e8ed-4daf-b5f4-4b1aaa72e9a8',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14219285',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user