feat(i 视频): 青少年模式 (#3767)

This commit is contained in:
Kun Jinkao 2024-01-14 21:17:35 +08:00 committed by GitHub
parent be3b84a9da
commit 1b8ca8eb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
});