fix: display plugin trigger labels in logs using i18n metadata

This commit is contained in:
lyzno1
2025-10-25 12:41:37 +08:00
parent 3bd62f3fdf
commit 651cc81cfe
6 changed files with 27 additions and 8 deletions

View File

@ -335,6 +335,7 @@ export type AppTrigger = {
title: string
node_id: string
provider_name: string
provider_label?: Record<string, string>
provider_id?: string
subscription_id?: string
plugin_id?: string