feat(MOMO陌陌) 青少年模式

This commit is contained in:
Kun Jinkao
2024-02-25 10:11:43 +08:00
parent a7bd0062c8
commit 094bed0190

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.immomo.momo',
name: 'MOMO陌陌',
groups: [
{
key: 1,
name: '青少年模式',
actionMaximum: 1,
resetMatch: 'app',
rules: '[text$="青少年模式"] + [text="知道了"]',
snapshotUrls: 'https://i.gkd.li/i/14395028',
},
],
});