fix the issue that CSS cannot customize background (#3854)

* fixed the issue that css background cannot be used

* update logs

* fix logs
This commit is contained in:
Dyna
2025-06-21 16:53:10 +08:00
committed by GitHub
parent cc65ce6812
commit abe914d446
3 changed files with 62 additions and 20 deletions

View File

@@ -779,6 +779,9 @@ interface IVergeConfig {
success_color?: string;
font_family?: string;
css_injection?: string;
background_image?: string;
background_blend_mode?: string;
background_opacity?: number;
};
auto_close_connection?: boolean;
auto_check_update?: boolean;