From 49896af672b61af4963a06698f1ba4baa9e773fe Mon Sep 17 00:00:00 2001 From: Petro1990 Date: Mon, 24 Nov 2025 22:34:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20"?= =?UTF-8?q?=D0=9F=D0=B0=D0=BD=D0=B5=D0=BB=D1=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mihomo_editor.py | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/mihomo_editor.py b/mihomo_editor.py index b364120..24ff17e 100644 --- a/mihomo_editor.py +++ b/mihomo_editor.py @@ -227,6 +227,20 @@ button:hover{filter:brightness(1.1)} .bk-btns { display: flex; gap: 4px; flex-shrink: 0; } .bk-btns button { width: 28px; padding: 0; height: 28px; font-size: 14px; } +#bk-content { + background: var(--log-bg); + color: var(--log-txt); + font-family: 'Consolas', monospace; + padding: 10px; + border-radius: 4px; + border: 1px solid var(--bd); + white-space: pre-wrap; + overflow-y: auto; + flex-grow: 1; + min-height: 200px; + max-height: 60vh; +} + .bk-controls {display:flex; gap:8px; align-items:center; background:var(--bg-ter); padding:5px 10px; border-radius:4px; border: 1px solid var(--bd);} .bk-controls input {width: 50px !important; text-align: center; margin:0; height: 28px; padding: 0;} .bk-controls span {font-size:12px; color:var(--txt-sec); white-space: nowrap;} @@ -352,6 +366,15 @@ button:hover{filter:brightness(1.1)} +
+

Просмотр бэкапа

+

+    
+ + +
+
+