添加视频模块

This commit is contained in:
bobobobo
2026-01-12 22:21:27 +08:00
parent 13af9eb303
commit ac67fa30f4
3 changed files with 60 additions and 42 deletions

View File

@@ -104,6 +104,7 @@
rpxToPxRatio.value = sysInfo.windowWidth / 750
})
// 向外暴露方法
defineExpose({
updateScroll
@@ -203,3 +204,4 @@
height: calc(var(--status-bar-height) + 44px);
}
</style>