feat: 物料市场

This commit is contained in:
就眠儀式
2022-02-19 00:25:16 +08:00
parent 818790ad27
commit 369eeaa399
7 changed files with 75 additions and 7 deletions

View File

@@ -119,6 +119,7 @@ async function enter(targetEl: HTMLElement | undefined) {
if (props.immersive) {
// @ts-ignore
fullscreenEnter = Promise.resolve(
// @ts-ignore
targetEl[fullscreenAPI.requestFullscreen]()
);
} else {