-
Notifications
You must be signed in to change notification settings - Fork 9
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
代码塞给CHATGPT,让她炼。 #5
Comments
后面再看吧,有时间就再多优化优化。 |
原生实现是一部分,还有就是GPT4列出的理由,然后用Node.js实现的话,部署到cloudflare Workers需要的改动很少,等于是直接部署成网站,让用户上传或者通过抓取包含json的url进行校验,主要是免费。
阅读校验自己爱崩溃,还有就是她只能校验,不能帮我修正,翻译到Node.js之后,我需要她自动化修正很多东西,比如重定向,和WAF和CF绕过,如果可以的话,说不定实现提供搜索链接让她自己通过元素判断,使用哪个模板,自动创建书源。 |
https://github.com/daiaji/verifyBookSource-TS |
👍 |
阅读的自定义库,加起来也有2000多行代码,我不觉得你用py重构阅读的库会比js容易,可能还更难,node.js运行js好歹还原生。 |
我要求她修改去重的实现。
从简单的匹配URL修改为判断三级或者二级域名进行去重。
重定向的网站修改域名。
后者的话,难说。
因为有时候重定向可能是域名寄了。
或者被别人拿了。
可能要解析原先的元素是不是还在。
这个怕不是要实现搜索校验。
还有一个想搞。
自动化添加CF或者WAF策略。
用TypeScript在node.js跑吧。
The text was updated successfully, but these errors were encountered: