diff --git a/src/apps/com.immomo.momo.ts b/src/apps/com.immomo.momo.ts new file mode 100644 index 00000000..597629f8 --- /dev/null +++ b/src/apps/com.immomo.momo.ts @@ -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', + }, + ], +});