fix: 若干改进

This commit is contained in:
2025-12-11 17:42:08 +08:00
parent ca190721ff
commit 5c7b74a0d6
4 changed files with 20 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
from heurams.context import rootdir, workdir, config_var
from textual.app import App
from textual.widgets import Button
from .screens.dashboard import DashboardScreen
@@ -48,6 +46,7 @@ def is_subdir(parent, child):
return 0
# 开发模式
from heurams.context import rootdir, workdir, config_var
from pathlib import Path
from heurams.context import rootdir
import os