refactor: extract constants

This commit is contained in:
yangsy
2025-08-26 11:39:21 +08:00
parent 40bc4b76ef
commit 9fc5c170bc
7 changed files with 69 additions and 31 deletions

1
src/constants/device.ts Normal file
View File

@@ -0,0 +1 @@
export const NDM_SWITCH_PROBE_INTERVAL = 5;