update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-11 23:05:51 +08:00
parent c58db3595c
commit 22592a1826

View File

@@ -1,5 +1,5 @@
<template>
<view class="relative absolute">
<view class="relative">
<!-- 直播区域 -->
<view class="danmaku-box">
@@ -208,7 +208,9 @@ import wzj from "../../static/wzj.json";
import zj from "../../static/zj.json";
import vueDanmaku from "vue3-danmaku";
onMounted(() => {});
onMounted(() => {
getWinInfo()
});
const danmakuRef = ref();