浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
2693443594
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      mdev/ipost.native.js

+ 8
- 0
mdev/ipost.native.js 查看文件

@@ -3,6 +3,14 @@ window.trc_vs += "_ipost_"
3 3
 
4 4
 
5 5
 import * as mdev_hooks from './hooks';
6
+
7
+
8
+import { LargeVideo } from '../../react/features/large-video';
9
+
10
+Object.assign(glob_vhook.imps,{
11
+	LargeVideo
12
+},glob_vhook.imps)
13
+
6 14
 // import * as mdev_hooks from '../../react/features/base/redux';
7 15
 
8 16
 // import { MiddlewareRegistry } from '../../react/features/base/redux';

正在加载...
取消
保存