/** * Bot 配置页面相关 hooks */ export { useAutoSave, useConfigAutoSave } from './useAutoSave' export type { UseAutoSaveOptions, UseAutoSaveReturn, AutoSaveState } from './useAutoSave'