From d898ba0fd50abd9975a16e14af1384e76d06fda7 Mon Sep 17 00:00:00 2001 From: aszerW Date: Sun, 7 Jun 2026 23:12:21 +0800 Subject: [PATCH] Revert "feat: add HTML report screenshot generation via Playwright" This reverts commit f370caeff90f4968821a27c44712af78b6a77e7f. --- .gitignore | 6 - rotation/backtest_viewer.html | 14 +- rotation/html_report.py | 285 ---------------------------------- rotation/simple_rotation.py | 32 ---- 4 files changed, 5 insertions(+), 332 deletions(-) delete mode 100644 rotation/html_report.py diff --git a/.gitignore b/.gitignore index eb17b4a..4ba6711 100644 --- a/.gitignore +++ b/.gitignore @@ -199,9 +199,3 @@ zhihu-articles/ # Results directory (test outputs, charts, etc.) results/ - -# Node.js (local testing only) -node_modules/ -package.json -package-lock.json -rotation/test_screenshot.mjs diff --git a/rotation/backtest_viewer.html b/rotation/backtest_viewer.html index 6a9bd88..a7a77e3 100644 --- a/rotation/backtest_viewer.html +++ b/rotation/backtest_viewer.html @@ -152,15 +152,11 @@ tr.below-threshold { color: #484f58; }