mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(MOMO陌陌) 青少年模式
This commit is contained in:
16
src/apps/com.immomo.momo.ts
Normal file
16
src/apps/com.immomo.momo.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user