mirror of https://github.com/openclaw/openclaw.git
refactor: drop eager pierre theme patch
This commit is contained in:
parent
4a3aab4ff5
commit
dd456aa32b
|
|
@ -14,7 +14,6 @@ import { VIEWER_LOADER_PATH } from "./viewer-assets.js";
|
|||
const DEFAULT_FILE_NAME = "diff.txt";
|
||||
const MAX_PATCH_FILE_COUNT = 128;
|
||||
const MAX_PATCH_TOTAL_LINES = 120_000;
|
||||
ensurePierreThemesRegistered();
|
||||
|
||||
function escapeCssString(value: string): string {
|
||||
return value.replaceAll("\\", "\\\\").replaceAll('"', '\\"');
|
||||
|
|
|
|||
Loading…
Reference in New Issue