Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(i 视频): 青少年模式 (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Jan 14, 2024
1 parent be3b84a commit 1b8ca8e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.android.VideoPlayer.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit 1b8ca8e

Please sign in to comment.