fix: Ignore settings.json and default 'TP2 (Eth)' checkbox to unchecked in documentation.

Bu işleme şunda yer alıyor:
Donato Capitella
2026-02-24 08:50:18 +00:00
ebeveyn 1af159af81
işleme a5a7b8fe04
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme
+1
Dosyayı Görüntüle
@@ -1,2 +1,3 @@
*.pyc
__pycache__/
settings.json
+2 -2
Dosyayı Görüntüle
@@ -471,7 +471,7 @@
</label>
<label
style="font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 4px; cursor: pointer;">
<input type="checkbox" id="toggleTP2Eth" checked> TP2 (Eth)
<input type="checkbox" id="toggleTP2Eth"> TP2 (Eth)
</label>
</div>
@@ -548,7 +548,7 @@
activeTab: "Throughput",
showTP1: true,
showTP2: true,
showTP2Eth: true,
showTP2Eth: false,
showTriton: true,
showRocm: false
};