fix: Ignore settings.json and default 'TP2 (Eth)' checkbox to unchecked in documentation.
Tento commit je obsažen v:
@@ -1,2 +1,3 @@
|
||||
*.pyc
|
||||
__pycache__/
|
||||
settings.json
|
||||
@@ -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
|
||||
};
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele