mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:32:20 +08:00
feat(i 视频): 青少年模式 (#3767)
This commit is contained in:
parent
be3b84a9da
commit
1b8ca8eb24
17
src/apps/com.android.VideoPlayer.ts
Normal file
17
src/apps/com.android.VideoPlayer.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user