import { useState } from 'react' export function Models() { const [modelId, setModelId] = useState('') return (
后端尚未实现模型下载,Phase 2 将添加完整功能。