feat: webhook general template

This commit is contained in:
Fu Diwei
2025-04-28 10:52:58 +08:00
parent 18a19096d3
commit 92c93822b9
3 changed files with 3 additions and 1 deletions

View File

@@ -321,7 +321,7 @@ const AccessFormWebhookConfig = ({ form: formInst, formName, disabled, initialVa
<div className="text-right">
<Dropdown
menu={{
items: ["bark", "ntfy", "gotify", "pushover", "pushplus", "serverchan"].map((key) => ({
items: ["bark", "ntfy", "gotify", "pushover", "pushplus", "serverchan", "common"].map((key) => ({
key,
label: t(`access.form.webhook_preset_data.option.${key}.label`),
onClick: () => handlePresetDataForNotificationClick(key),