Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions internal-plugins/system/public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,14 @@
"type": "window",
"label": "复制路径",
"match": {
"app": ["Finder.app"]
"app": ["Finder.app", "explorer.exe"]
}
},
{
"type": "files",
"label": "复制路径",
"minLength": 1,
"maxLength": 1
}
]
},
Expand All @@ -91,8 +97,15 @@
"type": "window",
"label": "在终端打开",
"match": {
"app": ["Finder.app"]
"app": ["Finder.app", "explorer.exe"]
}
},
{
"type": "files",
"label": "在终端打开",
"fileType": "directory",
"minLength": 1,
"maxLength": 1
}
]
},
Expand Down
Loading