将文件保存在source/file/文件夹内上传GitHub并通过链接下载

测试下载Word

嵌入代码

<div>
<b>test.docx</b>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/files/office/test.docx"><button name="1">下载</button></a>
</div>
test.docx    

测试下载Execl

嵌入代码

<div>
<b>test.docx</b>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/files/office/test.xlsx"><button name="1">下载</button></a>
</div>
test.xlsx    

测试下载PPT

嵌入代码

<div>
<b>test.pptx</b>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/files/office/test.pptx"><button name="1">下载</button></a>
</div>
test.pptx