feat(unfinished): rules editor

This commit is contained in:
MystiPanda
2024-06-30 12:46:31 +08:00
parent 93904b8278
commit f4dfe8eeb4
5 changed files with 322 additions and 3 deletions

View File

@@ -198,6 +198,12 @@ interface IVergeTestItem {
url: string;
}
interface ISeqProfileConfig {
prepend: string[];
append: string[];
delete: string[];
}
interface IVergeConfig {
app_log_level?: "trace" | "debug" | "info" | "warn" | "error" | string;
language?: string;