diff --git a/src/apps/com.android.VideoPlayer.ts b/src/apps/com.android.VideoPlayer.ts new file mode 100644 index 00000000..0bdd5ead --- /dev/null +++ b/src/apps/com.android.VideoPlayer.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.VideoPlayer', + name: 'i 视频', + groups: [ + { + key: 1, + name: '青少年模式', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: '[vid="child_mode_cancel_button"]', + snapshotUrls: 'https://i.gkd.li/import/13849807', + }, + ], +});