更改流媒体平台的源芯片背景颜色

This commit is contained in:
jxxghp
2025-07-01 17:32:24 +08:00
parent d0aa26441c
commit 7070eb8a7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ onMounted(() => {
} }
.chip-web-source { .chip-web-source {
background-color: #ff2d00; background-color: #8000FF;
color: white; color: white;
} }
+1 -1
View File
@@ -266,7 +266,7 @@ onMounted(() => {
} }
.chip-web-source { .chip-web-source {
background-color: #ff2d00; background-color: #8000ff;
color: white; color: white;
} }