feat(华为应用市场): 青少年模式

This commit is contained in:
aisouler
2024-02-09 16:20:37 +08:00
parent 80c103824a
commit dfa5892eef

View File

@@ -14,5 +14,21 @@ export default defineAppConfig({
rules: '@[text="以后再说"] + [text="立即更新"]',
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',
},
],
},
],
});