这个提交包含在:
binary-husky
2023-06-29 12:54:19 +08:00
父节点 e874a16050
当前提交 9f9848c6e9
共有 30 个文件被更改,包括 2614 次插入238 次删除

查看文件

@@ -8,7 +8,7 @@ def inspect_dependency(chatbot, history):
import manim
return True
except:
chatbot.append(["导入依赖失败", "使用该模块需要额外依赖,安装方法:```pip install manimgl```"])
chatbot.append(["导入依赖失败", "使用该模块需要额外依赖,安装方法:```pip install manim manimgl```"])
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
return False