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)} +
+

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

+

+    
+ + +
+
+