From 487af59ff66f623fef0343cef935740746f3b1cc Mon Sep 17 00:00:00 2001 From: along <1015042407@qq.com> Date: Wed, 1 Apr 2026 14:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=EF=BC=8C=E5=8A=A0=E5=85=A5=E4=B8=89=E9=83=A8=E5=B0=8F?= =?UTF-8?q?=E8=AF=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/App.vue | 240 ++++++++++++++------- frontend/index.html | 2 +- frontend/novel-config.js | 26 +++ frontend/style.css | 436 +++++++++++++++++++++++++++++++++++++-- frontend/vite.config.js | 6 +- 5 files changed, 621 insertions(+), 89 deletions(-) create mode 100644 frontend/novel-config.js diff --git a/frontend/App.vue b/frontend/App.vue index 0df9ce4..a18414d 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -1,38 +1,66 @@