yunsi-toolbox-vue/lib/nvs
kerms e0e95f80c0
feat(nvs): normalize result with dropped/clamped counts, blob compat check
normalizePartition now returns NormalizeResult { partition, dropped, clamped }
so callers can report exactly what happened during import. Clamp functions
report when values were modified. Add checkBlobCompatibility() for proactive
size warnings on version switch/merge. Also includes reconcileBlobTypes at
all import boundaries and BLOB_IDX whitelist enforcement.
2026-03-12 12:09:47 +01:00
..
constants.ts feat(nvs): add NVS editor and binary/CSV toolkit 2026-02-22 13:17:49 +01:00
index.ts feat(nvs): normalize result with dropped/clamped counts, blob compat check 2026-03-12 12:09:47 +01:00
nvs-binary-parser.ts feat(nvs): normalize result with dropped/clamped counts, blob compat check 2026-03-12 12:09:47 +01:00
nvs-binary-serializer.ts refactor: translate error messages from Chinese to English 2026-02-28 11:50:00 +01:00
nvs-csv-parser.ts feat(nvs): normalize result with dropped/clamped counts, blob compat check 2026-03-12 12:09:47 +01:00
nvs-csv-serializer.ts feat(nvs): normalize result with dropped/clamped counts, blob compat check 2026-03-12 12:09:47 +01:00
nvs-partition.ts feat(nvs): normalize result with dropped/clamped counts, blob compat check 2026-03-12 12:09:47 +01:00
types.ts feat(nvs): add NVS editor and binary/CSV toolkit 2026-02-22 13:17:49 +01:00