-
Notifications
You must be signed in to change notification settings - Fork 1
使用AI更新index.js代码,添加报错提示和错误处理,显示处理的结果 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
感谢你的贡献,推荐缩进格式化配置为空格*2,并且使用单引号。 |
我感觉可以添加: 1.当使用用户Id爬取时,请求掘进接口,然后得到用户名,创建以用户名为名称的文件夹,把相关的图片和对应的md文件放到这个 |
| userId: '', | ||
| postId: '' | ||
| } | ||
| cursor: 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
单引号没问题了,缩进现在看起来还是不太正常
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以使用 vscode 进行调整缩进
.idea/.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.idea 文件夹不应该提交。可以配置 .gitignore 文件
在文件底部,增加一个过滤
.idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry,抱歉,没注意这个东西,我也是第一次做这种pull request,原谅我新手了:(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以修改后,重新再 push
Good idea! 这方案可行。因为当时只考虑了拉取自己的掘金的文章。所以没按用户进行文件夹管理。 |
目前我正在开发一个云盘文件管理系统,叫 如果你有兴趣的话,欢迎加入 Diskcloud ORG |
我现在还在忙校内的事情,等我这一阵忙完了,再说吧,先clone下来看看你的代码 |
我还把这个东西拿PKG打包了一下,上传到蓝奏云上面了,你可以看看,下下来玩一玩,哈哈哈 |
|
缩进还是没有修改为2个空格 |


使用AI(claude3.5和gpt4o)进行代码更新,使得输出和错误处理更加友好.



