feat: support css injection

This commit is contained in:
GyDi
2022-04-01 02:08:42 +08:00
parent eab671d102
commit 0290d9ddfc
4 changed files with 20 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ pub struct VergeTheme {
pub success_color: Option<String>,
pub font_family: Option<String>,
pub font_face: Option<String>,
pub css_injection: Option<String>,
}
impl VergeConfig {