默认仅 clone 最新的代码,减小 git clone 的大小

这个提交包含在:
woclass
2023-07-24 15:14:42 +08:00
父节点 a393edfaa4
当前提交 c5b147aeb7

查看文件

@@ -93,7 +93,7 @@ Latex论文一键校对 | [函数插件] 仿Grammarly对Latex文章进行语法
1. 下载项目
```sh
git clone https://github.com/binary-husky/gpt_academic.git
git clone --depth=1 https://github.com/binary-husky/gpt_academic.git
cd gpt_academic
```