initial commit

This commit is contained in:
yangsy
2025-08-13 01:36:30 +08:00
commit 202f83d157
78 changed files with 5896 additions and 0 deletions

4
src/constants/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export const JAVA_INTEGER_MAX_VALUE = 2147483647;
export const JAVA_UNSIGNED_INTEGER_MAX_VALUE = 4294967295;
export const NDM_SWITCH_PROBE_INTERVAL = 5;