Skip to content

Commit 87ccd1a

Browse files
authored
Update crazy_functional.py
1 parent 87b9734 commit 87ccd1a

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

crazy_functional.py

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -251,20 +251,23 @@ def get_crazy_functions():
251251
"Info": "对中文Latex项目全文进行润色处理 | 输入参数为路径或上传压缩包",
252252
"Function": HotReload(Latex中文润色)
253253
},
254-
"Latex项目全文中译英(输入路径或上传压缩包)": {
255-
"Group": "学术",
256-
"Color": "stop",
257-
"AsButton": False, # 加入下拉菜单中
258-
"Info": "对Latex项目全文进行中译英处理 | 输入参数为路径或上传压缩包",
259-
"Function": HotReload(Latex中译英)
260-
},
261-
"Latex项目全文英译中(输入路径或上传压缩包)": {
262-
"Group": "学术",
263-
"Color": "stop",
264-
"AsButton": False, # 加入下拉菜单中
265-
"Info": "对Latex项目全文进行英译中处理 | 输入参数为路径或上传压缩包",
266-
"Function": HotReload(Latex英译中)
267-
},
254+
255+
# 被新插件取代
256+
# "Latex项目全文中译英(输入路径或上传压缩包)": {
257+
# "Group": "学术",
258+
# "Color": "stop",
259+
# "AsButton": False, # 加入下拉菜单中
260+
# "Info": "对Latex项目全文进行中译英处理 | 输入参数为路径或上传压缩包",
261+
# "Function": HotReload(Latex中译英)
262+
# },
263+
# "Latex项目全文英译中(输入路径或上传压缩包)": {
264+
# "Group": "学术",
265+
# "Color": "stop",
266+
# "AsButton": False, # 加入下拉菜单中
267+
# "Info": "对Latex项目全文进行英译中处理 | 输入参数为路径或上传压缩包",
268+
# "Function": HotReload(Latex英译中)
269+
# },
270+
268271
"批量Markdown中译英(输入路径或上传压缩包)": {
269272
"Group": "编程",
270273
"Color": "stop",

0 commit comments

Comments
 (0)