readCustomPresetsFromStorage
readCustomPresetsFromStorage():
CustomSizePreset[]
Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:107
从 localStorage 读取自定义预设。 容错:JSON 解析失败 / 非数组 / 字段缺失时返回空数组。
导出供测试直接调用(避免渲染 React 组件)。
readCustomPresetsFromStorage():
CustomSizePreset[]
Defined in: packages/ui-react/src/hooks/useCustomPresets.ts:107
从 localStorage 读取自定义预设。 容错:JSON 解析失败 / 非数组 / 字段缺失时返回空数组。
导出供测试直接调用(避免渲染 React 组件)。