-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
面向开发者的文档 | ||
|
||
|
||
|
||
## 自定义操作列表 | ||
|
||
在“设置-应用”中可以配置 | ||
|
||
配置文件在 `Library/Application Support/Selected/UserConfiguration.json`。 | ||
|
||
内容示例: | ||
|
||
```json | ||
{ | ||
"appConditions": [ | ||
{ | ||
"bundleID": "com.apple.dt.Xcode", | ||
"actions": ["selected.websearch", "selected.xcode.format"] | ||
} | ||
] | ||
} | ||
``` | ||
|
||
`appConditions.bundleID` 为应用的 bundleID。 | ||
`actions` 为 `action.identifier` 列表。 | ||
|
||
具体可以用哪些以及如何自定义 action,请看内置操作与自定义插件。 | ||
|
||
没有为应用配置 action 列表或者为应用配置的 action 列表为空时,将会显示所有可用操作。 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters