-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from No1412lee/leezl
Merge
- Loading branch information
Showing
6 changed files
with
119 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
node_modules | ||
config.js | ||
/node_modules/ | ||
/config.json | ||
|
||
files* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"@Cookie": "从浏览器中获取石墨文档的 Cookie", | ||
"Cookie": "xxx", | ||
"@Path": "存放导出文档的位置", | ||
"Path": "F:/shimoExport/Export", | ||
"@Folder": "需要导出的文件夹 ID,从浏览器地址栏获取,https://shimo.im/folder/xxx 中 xxx,全部导出则留空", | ||
"Folder": "", | ||
"@Recursive": "是否导出子目录", | ||
"Recursive": true, | ||
"@Sleep": "导出两个文档间的时间间隔,必须设置,否则会服务器忙,单位 ms", | ||
"Sleep": 500, | ||
"@Lasttime": "timeship you copy file(run this tool) last time, default 0 means to copy all files this time.", | ||
"Lasttime": 0, | ||
"@Retry": "重试次数", | ||
"Retry": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters