src/react/components/Code.jsx/downloadFile. const downloadFile = ({ name, content }) => { const file = new Blob([content], { type: 'text/plain ...
確定! 回上一頁