这个提交包含在:
binary-husky
2023-07-09 23:47:10 +08:00
父节点 13ade82677
当前提交 e6e5174734
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

@@ -418,12 +418,12 @@ def get_crazy_functions():
try:
from crazy_functions.辅助面试 import 辅助面试
from crazy_functions.语音助手 import 语音助手
function_plugins.update({
"实时音频采集": {
"Color": "stop",
"AsButton": True,
"Function": HotReload(辅助面试)
"Function": HotReload(语音助手)
}
})
except: