mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
@@ -20,7 +20,11 @@ import { decodeXML } from "entities";
|
|||||||
import AnsiConvertor from "ansi-to-html";
|
import AnsiConvertor from "ansi-to-html";
|
||||||
import stripAnsi from "strip-ansi";
|
import stripAnsi from "strip-ansi";
|
||||||
|
|
||||||
const ansiConvertor = new AnsiConvertor({ escapeXML: false, fg: "var(--base-content-color)" });
|
const ansiConvertor = new AnsiConvertor({
|
||||||
|
escapeXML: false,
|
||||||
|
fg: "var(--base-content-color)",
|
||||||
|
bg: "var(--base-color)",
|
||||||
|
});
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
logEntry: SimpleLogEntry;
|
logEntry: SimpleLogEntry;
|
||||||
|
|||||||
Reference in New Issue
Block a user