fix npm package

This commit is contained in:
yusing
2025-01-25 02:36:22 +08:00
parent 4c311fd78e
commit 9e181d25ce
39 changed files with 984 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
export const NOTIFICATION_PROVIDERS = ["webhook", "gotify"];
export const WEBHOOK_TEMPLATES = ["discord"];
export const WEBHOOK_METHODS = ["POST", "GET", "PUT"];
export const WEBHOOK_MIME_TYPES = [
"application/json",
"application/x-www-form-urlencoded",
"text/plain",
];
export const WEBHOOK_COLOR_MODES = ["hex", "dec"];