mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-12-08 12:38:44 +00:00
[adapters] 增加小游戏适配部分源码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import HTMLMediaElement from './HTMLMediaElement';
|
||||
|
||||
export default class HTMLVideoElement extends HTMLMediaElement
|
||||
{
|
||||
constructor(){
|
||||
super('video')
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user