Merge pull request #439 from mrhblfx/patch-2

增加解析Lua项目
This commit is contained in:
binary-husky
2023-04-13 11:45:42 +08:00
committed by GitHub
2 changed files with 31 additions and 0 deletions

View File

@@ -155,6 +155,15 @@ def get_crazy_functions():
except Exception as err:
print(f'[下载arxiv论文并翻译摘要] 插件导入失败 {str(err)}')
from crazy_functions.解析项目源代码 import 解析一个Lua项目
function_plugins.update({
"解析整个Lua项目": {
"Color": "stop", # 按钮颜色
"AsButton": False, # 加入下拉菜单中
"Function": HotReload(解析一个Lua项目)
},
})
###################### 第n组插件 ###########################
return function_plugins