interface DataSettingsProps { onExport: () => void; onImport: () => void; onReset: () => void; } export function DataSettings({ onExport, onImport, onReset }: DataSettingsProps) { return (
这会删除本地设置、历史、收藏,并同时请求服务端清除当前登录会话。