components update

This commit is contained in:
Spedon
2023-03-20 21:58:34 +08:00
parent 843e9bb24e
commit 023aa36c3f
4 changed files with 133 additions and 64 deletions

View File

@@ -5,7 +5,7 @@ const thresholdDisp = document.getElementsByClassName('thid').item(0) as HTMLSpa
// threshold data
const threshold: number[] = [0, 40, 80, 120, 160, 200]
export const thresholdSensitivityArray: number[] = [200, 40, 18, 14, 9, 5]
export const thresholdSensitivityArray: number[] = [100, 40, 18, 14, 9, 5]
export let thresholdIndex: number = 2
// update inner text of threshold display element