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

@@ -139,8 +139,8 @@ export namespace CmdType {
error_color?: string;
warning_color?: string;
success_color?: string;
font_face?: string;
font_family?: string;
css_injection?: string;
};
}