refactor(ui): improve log highlighting and template formatting

This commit is contained in:
Mauricio Siu 2025-02-23 18:11:27 -06:00
parent 125e44812b
commit d3b2cee7fb
3 changed files with 53 additions and 54 deletions

View File

@ -1619,4 +1619,3 @@ export const templates: TemplateData[] = [
load: () => import("./wikijs/index").then((m) => m.generate),
},
];