Update crazy_functional.py

This commit is contained in:
binary-husky 2023-08-28 17:47:37 +08:00 committed by GitHub
parent 06410b593c
commit 2cca46375c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ def get_crazy_functions():
from crazy_functions.批量Markdown翻译 import Markdown中译英 from crazy_functions.批量Markdown翻译 import Markdown中译英
function_plugins.update({ function_plugins.update({
"批量翻译PDF文档多线程": { "精准翻译PDF论文": {
"Color": "stop", "Color": "stop",
"AsButton": True, # 加入下拉菜单中 "AsButton": True, # 加入下拉菜单中
"Function": HotReload(批量翻译PDF文档) "Function": HotReload(批量翻译PDF文档)
@ -152,7 +152,7 @@ def get_crazy_functions():
"Color": "stop", # 按钮颜色 "Color": "stop", # 按钮颜色
"Function": HotReload(同时问询) "Function": HotReload(同时问询)
}, },
"[测试功能] 批量总结PDF文档": { "批量总结PDF文档": {
"Color": "stop", "Color": "stop",
"AsButton": False, # 加入下拉菜单中 "AsButton": False, # 加入下拉菜单中
# HotReload 的意思是热更新,修改函数插件代码后,不需要重启程序,代码直接生效 # HotReload 的意思是热更新,修改函数插件代码后,不需要重启程序,代码直接生效