-
Notifications
You must be signed in to change notification settings - Fork 520
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
后端服务支持 #6
Comments
目前定位在一款开源的网页工具,更多的样式、API 服务、图床功能也都在陆续制作中,会在第一时间开放。 |
不错的项目持续关注 |
@ciaochaos 生成好像在 browser 里就可以,能否打包成 js package 以供其他项目内使用? |
@ciaochaos 请问一下这个参数的配置在哪里看呢 |
这个参数的在哪里可以看到呢 |
老哥们还需要后端接口实现吗?我做了一个支持所有样式的接口,但是还不完善 |
666 可以看看,我最近有点想把这个项目重构了哈哈 |
哈哈,我是通过爬虫的方式曲线救国实现的,对项目重构怕是没有参考价值,期待大佬的原生实现 curl --location --request POST 'https://bot-api.emm233.cn/api/qr' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: bot-api.emm233.cn' \
--header 'Connection: keep-alive' \
--data-raw '{"content":"{\"text\":\"这是二维码内容\",\"style\":4,\"level\":0,\"params\":[\"#000000\",\"#00ff00\"],\"icon\":{\"enabled\":0,\"scale\":\"22\",\"src\":\"\"}}"}' 或者在 链接 输入请求内容体验 {
"text": "这是内容",
"style": 7,
"level": 0,
"params": [
1,
1,
100,
1,
"#ABB8C3",
"#000000",
"#000000"
],
"icon": {
"enabled": 0,
"scale": "22",
"src": ""
}
} |
通过 https://github.com/stringke/simple-qrbtf 可以直接调度 node 生成,但不支持所有样式。 |
推荐关于 node 后端生成使用类似 https://github.com/Brooooooklyn/canvas 的包,或者纯计算实现。 |
感谢大佬,不过我是做后端的,node不是很熟练,等我有时间学习一下node再来给项目添砖加瓦,关于爬虫的实现等我整理一下再放出来 |
可以可以,也等等我重构 |
爬虫实现的API接口项目:https://github.com/luban-7/simple-qrbtf |
能讲下后台AI模型的思路么?是重新训练了,还是直接用 image prompt? |
是否能支持后端服务http API接口,如http://qrbtf.com/?data=xxxx&style=??
The text was updated successfully, but these errors were encountered: