优化输入框推送功能

This commit is contained in:
fofolee
2023-08-07 20:24:44 +08:00
parent 7fb35e7c2f
commit 62a9bb01d1
4 changed files with 51 additions and 24 deletions

View File

@@ -55,7 +55,7 @@ const commandTypes = {
icon: "font_download",
color: "primary",
matchLabel: "关键词",
desc: "在主输入框输入对应关键字进入插件,最通用的一种模式,关键字可以设置多个",
desc: "直接在主输入框输入对应关键字,最通用的一种模式,关键字可以设置多个",
valueType: "array",
disabledSpecialVars: /{{input}}|{{SelectFile}}|{{pwd}}|{{WindowInfo.*?}}|{{MatchedFiles.*?}}/g,
matchToCmds: (rules, desc) => rules,
@@ -190,4 +190,4 @@ const commandTypes = {
}
}
export default commandTypes
export default commandTypes