Skip to content

Commit 49a8365

Browse files
committed
perf: set some opactiy on windows
1 parent 4764f33 commit 49a8365

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ui/app.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ const backgroundColor = computed(() => {
2727
if (isMacOS.value) {
2828
return isDark ? "rgba(30, 30, 30, 0.6)" : "rgba(240, 240, 240, 0.4)";
2929
} else {
30-
// Windows 和其他平台使用不透明的背景色
31-
return isDark ? "rgb(30, 30, 30)" : "rgb(240, 240, 240)";
30+
return isDark ? "rgba(30, 30, 30, 0.8)" : "rgba(240, 240, 240, 0.9)";
3231
}
3332
});
3433

0 commit comments

Comments
 (0)