现在指定markdown的翻译语言

这个提交包含在:
qingxu fu
2023-05-25 13:46:50 +08:00
父节点 51c075ec3c
当前提交 7947c968ad
共有 6 个文件被更改,包括 103 次插入14 次删除

查看文件

@@ -1,4 +1,4 @@
from toolbox import CatchException, update_ui
from toolbox import CatchException, update_ui, gen_time_str
from .crazy_utils import request_gpt_model_in_new_thread_with_ui_alive
from .crazy_utils import input_clipping
@@ -12,10 +12,6 @@ def inspect_dependency(chatbot, history):
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
return False
def gen_time_str():
import time
return time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime())
def eval_manim(code):
import subprocess, sys, os, shutil