feat(event): add ResourceSelection event for update resource contexts

This commit is contained in:
InfinityPacer
2024-12-04 20:21:57 +08:00
parent 922e2fc446
commit a1e178c805
3 changed files with 46 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ class ChainEventType(Enum):
CommandRegister = "command.register"
# 整理重命名
TransferRename = "transfer.rename"
# 资源选择
ResourceSelection = "resource.selection"
# 系统配置Key字典