feat: 重构 LiveRequestOBS 组件,支持样式切换和滚动速度设置

- 修复了原有OBS组件样式背景不透明的问题
- 移除了不必要的导入和逻辑,简化了组件结构。
- 添加了样式选择功能,支持经典和清新两种风格。
- 增加了滚动速度倍率设置,提升用户体验。
- 更新了 LiveRequest 组件以支持新功能,确保样式和速度参数在 OBS 中生效。
This commit is contained in:
2025-04-20 04:45:07 +08:00
parent 630fe45b47
commit febfa132c8
6 changed files with 1281 additions and 545 deletions

View File

@@ -46,3 +46,9 @@ onUnmounted(() => {
</RouterView>
</div>
</template>
<style>
.body,html,.n-element,.n-layout-content {
background-color: transparent !important;
}
</style>