There was an error while loading. Please reload this page.
1 parent 4764f33 commit 49a8365Copy full SHA for 49a8365
1 file changed
ui/app.vue
@@ -27,8 +27,7 @@ const backgroundColor = computed(() => {
27
if (isMacOS.value) {
28
return isDark ? "rgba(30, 30, 30, 0.6)" : "rgba(240, 240, 240, 0.4)";
29
} else {
30
- // Windows 和其他平台使用不透明的背景色
31
- return isDark ? "rgb(30, 30, 30)" : "rgb(240, 240, 240)";
+ return isDark ? "rgba(30, 30, 30, 0.8)" : "rgba(240, 240, 240, 0.9)";
32
}
33
});
34
0 commit comments