From 1b8ca8eb24f515d0c76203023b40c2685ba9f71f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:17:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(i=20=E8=A7=86=E9=A2=91):=20=E9=9D=92?= =?UTF-8?q?=E5=B0=91=E5=B9=B4=E6=A8=A1=E5=BC=8F=20(#3767)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.VideoPlayer.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.android.VideoPlayer.ts 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', + }, + ], +});