-
Notifications
You must be signed in to change notification settings - Fork 8.8k
简易网页交互界面,从命令行中解救用户。 #367
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?
简易网页交互界面,从命令行中解救用户。 #367
Conversation
Nice work. I will review this pull request today. Thank you to the open source community partners. |
missing watchdog dependency |
The front-end page effect of this version is great, but it seems that a lot of code structure needs to be changed. So I first merged the version with fewer changes. Thank you very much for your contribution! |
return HTMLResponse(content=open(current_dir / "static" / "connected_interface.html", encoding='utf-8').read()) |
中途如果发生任务重复 会被代理清理掉web通信链接 |
web入口是这样来,现在修正了一些bugs。应该比较稳定了。 uvicorn app.web.app:app --reload or python web_run.py |
!pr-diff |
Diff ReportEnglish
Comments Highlight
Spelling/Offensive Content Check
中文Diff 报告
备注
拼写/不当内容检查
|
所见即所得,安装好后,
即可获得这个网页端了。
然后就能交互对话啦。