fix(trigger): add 'trigger' category key to plugin constants for error avoid

This commit is contained in:
Harry 2025-09-10 10:34:33 +08:00
parent 96bb638969
commit 0d8438ef40
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ export const categoryKeys = [
'agent-strategy',
'extension',
'bundle',
'trigger',
]