gktimesc2gitbook
gktimesc2gitbook copied to clipboard
有个重大问题会删除用户文件夹
如果把路径设置成 /Users/xxxxx/Desktop/,就会删除(替换)整个文件夹
async function exportGitbook(cid, { gitbook, rate}) { let intro = await gktimeService.getColumnIntro(cid); let menus = await gktimeService.getColumnMenus(cid, intro.article_count); // clear sh.rm('-rf', gitbook); ... }