feat: 添加双屏控制功能,支持在第二块屏幕上全屏展示内容;更新相关 UI 和逻辑以适应新功能

This commit is contained in:
Pine
2026-08-19 13:13:54 +08:00
parent 1e63da95ec
commit 5ed396aea4
8 changed files with 123 additions and 16 deletions
+7
View File
@@ -1147,6 +1147,13 @@ button { font-family: "Poppins", "PingFang SC", sans-serif; cursor: pointer; tra
background: rgba(0, 189, 125, 0.14);
transform: translateY(-1px);
}
.screen-target.active {
background: #1D5DCE;
border-color: #1D5DCE;
color: #fff;
box-shadow: 0 4px 12px rgba(29, 93, 206, 0.3);
}
.screen-target.active:hover { background: #174fb0; }
.media-url {
display: flex;
align-items: center;