mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 重构 LiveRequestOBS 组件,支持样式切换和滚动速度设置
- 修复了原有OBS组件样式背景不透明的问题 - 移除了不必要的导入和逻辑,简化了组件结构。 - 添加了样式选择功能,支持经典和清新两种风格。 - 增加了滚动速度倍率设置,提升用户体验。 - 更新了 LiveRequest 组件以支持新功能,确保样式和速度参数在 OBS 中生效。
This commit is contained in:
@@ -46,3 +46,9 @@ onUnmounted(() => {
|
||||
</RouterView>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.body,html,.n-element,.n-layout-content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user