From 57578be16d822e81c2bc5d5ef897cfa8c96d9613 Mon Sep 17 00:00:00 2001 From: Cael Date: Tue, 17 Mar 2026 08:44:21 +0800 Subject: [PATCH 01/10] feat: make ace editor support custom theme --- backend/assets/repl.html | 9 ++++++++- backend/src/repl.rs | 4 ++++ docs/book.toml | 7 ++++--- frontend/src/components/Editor/Editor.tsx | 11 ++++++++--- frontend/src/contexts/AppProvider.tsx | 2 +- frontend/src/types/editor.ts | 2 ++ 6 files changed, 27 insertions(+), 8 deletions(-) diff --git a/backend/assets/repl.html b/backend/assets/repl.html index a8796a9..ed3f669 100644 --- a/backend/assets/repl.html +++ b/backend/assets/repl.html @@ -1,4 +1,11 @@ -
+