Refactor: use native st.expander for folding turns, optimize stream trigger, and adjust window width

This commit is contained in:
Liang Jiaqing
2026-04-03 11:47:07 +08:00
parent 5bc763d319
commit 4e2b806917
3 changed files with 39 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
import webview, threading, subprocess, sys, time, os, ctypes, atexit, socket, random
WINDOW_WIDTH, WINDOW_HEIGHT, RIGHT_PADDING, TOP_PADDING = 600, 900, 0, 100
WINDOW_WIDTH, WINDOW_HEIGHT, RIGHT_PADDING, TOP_PADDING = 700, 900, 0, 100
script_dir = os.path.dirname(os.path.abspath(__file__))
frontends_dir = os.path.join(script_dir, "frontends")