perf(快手): 青少年模式

This commit is contained in:
AIsouler
2024-04-13 18:06:29 +08:00
parent a182938b65
commit ac0cba9d65

View File

@@ -7,16 +7,12 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '青少年模式', name: '青少年模式',
quickFind: true,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: [ rules: [
{ {
matches: matches: '[text="开启青少年模式"] + [text="我知道了"]',
'@[id="com.smile.gifmaker:id/positive"] + [id="com.smile.gifmaker:id/set_teenage_mode"]',
},
{
matches:
'[id="com.smile.gifmaker:id/set_teenage_mode"] + [id="com.smile.gifmaker:id/positive"]',
snapshotUrls: 'https://i.gkd.li/i/12708609', snapshotUrls: 'https://i.gkd.li/i/12708609',
}, },
], ],