feat: publish refreshed SparkFlow console and send safety

This commit is contained in:
Rixuan Shao
2026-07-11 02:13:14 +08:00
parent 3ae9738c46
commit c496d90039
28 changed files with 4757 additions and 4135 deletions
+4
View File
@@ -35,6 +35,10 @@ def configure_playwright_environment():
def _headless_for(GUI=False):
headful_env = str(os.getenv("SPARKFLOW_BROWSER_HEADFUL") or "").strip().lower()
if headful_env in {"1", "true", "yes", "on"}:
return False
headless = not GUI
if get_environment() == Environment.LOCAL and DEBUG:
headless = False