mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-12-18 04:59:28 +00:00
[adapters] 增加小游戏适配部分源码
This commit is contained in:
10
adapters/platforms/baidu/wrapper/builtin/Body.js
Normal file
10
adapters/platforms/baidu/wrapper/builtin/Body.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable */
|
||||
import HTMLElement from './HTMLElement'
|
||||
|
||||
export default class Body extends HTMLElement {
|
||||
constructor() {
|
||||
// 为了性能, 此处不按照标准的DOM层级关系设计
|
||||
// 将 body 设置为 0级, parent元素为null
|
||||
super('body', 0)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user