1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 23:43:29 +08:00

feat(actions): 支持切换前缀时执行自定义操作 (#32)

* feat(actions): 为单个前缀的选择添加可配置的操作
* feat(actions): 实现在前缀选择时执行操作
This commit is contained in:
2022-09-09 21:28:15 +08:00
committed by GitHub
parent dc14b0cd2e
commit e3c911d375
13 changed files with 102 additions and 23 deletions
+1
View File
@@ -13,6 +13,7 @@
- 使用示例
- [前缀配置文件预设示例](../src/main/resources/prefixes/example-prefix.yml)
- [操作(Actions)配置](ACTIONS.md)
## [开发文档](JAVADOC-README.md)