将高级参数输入通用化(默认隐藏),应用到所有的下拉菜单函数插件中

This commit is contained in:
Your Name
2023-04-22 15:06:54 +08:00
parent 3236fcca21
commit 1139d395f2
4 changed files with 23 additions and 26 deletions

View File

@@ -196,6 +196,8 @@ def get_crazy_functions():
"解析任意code项目": {
"Color": "stop",
"AsButton": False,
"AdvancedArgs": True, # 调用时唤起高级参数输入区默认False
"ArgsReminder": "输入时用逗号隔开, `*`代表通配符, 加了`^`代表不匹配<br>例如: `*.c, ^*.cpp, config.toml, ^README.md`", # 高级参数输入区的显示提示
"Function": HotReload(解析任意code项目)
},
})